#AD35A7

Color #AD35A7 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AD35A7

Tints of Violet Blue #AD35A7

Color information

#AD35A7 (or 0xAD35A7) is unknown color: approx Violet Blue. HEX triplet: AD, 35 and A7. RGB value is (173,53,167). Sum of RGB (Red+Green+Blue) = 173+53+167=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35A7 is #52CA58. Grayscale: #656565. Windows color (decimal): -5425753 or 10958253. OLE color: 10958253.

HSL color Cylindrical-coordinate representation of color #AD35A7: hue angle of 303º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD35A7 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17353167-
CMYK00.690.030.32
HSL303º53.1%44.31%-
HSV(B)303º69.36%67.84%-
XYZ25.4814.2237.96-
YUV101.88164.76178.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=44.02%
G=13.49%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735316700.690.030.3230353.144.31
HexAD35A704532012f352c
Octal2556524701053404576554
Binary10101101110101101001110100010111100000100101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35A7; }

 p { color: rgb(173,53,167); }

 H1.HeaderClassName
 {
   color: #AD35A7;
 }
 .AnyTagClassName
 {
   color: #AD35A7;
 }
</style>
background-color css

<style>
 a { background-color: #AD35A7; }

 a { background-color: rgb(173,53,167); }

 div.DivClassName
 {
   background-color: #AD35A7;
 }
 .BgClassName
 {
   background-color: #AD35A7;
 }
</style>
border-color css

<style>
 span { border-color: #AD35A7; }

 span { border-color: rgb(173,53,167); }

 td.TdClassName
 {
   border-color: #AD35A7;
 }
 .TagClassName
 {
   border-color: #AD35A7;
 }
</style>