#AD8AD4

Color #AD8AD4 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD8AD4

Tints of Biloba Flower #AD8AD4

Color information

#AD8AD4 (or 0xAD8AD4) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and D4. RGB value is (173,138,212). Sum of RGB (Red+Green+Blue) = 173+138+212=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD8AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD4 is #52752B. Grayscale: #9C9C9C. Windows color (decimal): -5403948 or 13929133. OLE color: 13929133.

HSL color Cylindrical-coordinate representation of color #AD8AD4: hue angle of 268.38º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8AD4 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173138212-
CMYK0.180.3500.17
HSL268.38º46.25%68.63%-
HSV(B)268.38º34.91%83.14%-
XYZ38.2131.8166.41-
YUV156.9159.1139.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=33.08%
G=26.39%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731382120.180.3500.17268.3846.2568.63
HexAD8AD4122301110c2e45
Octal255212324224302141456105
Binary101011011000101011010100100101000110100011000011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AD4; }

 p { color: rgb(173,138,212); }

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

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

 a { background-color: rgb(173,138,212); }

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

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

 span { border-color: rgb(173,138,212); }

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