Html Css Color HEX #AD8AD8 Biloba Flower

📋 copy color: '#AD8AD8'

red 173 ◦ green 138 ◦ blue 216

#AD8AD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AD8AD8

Tints of Biloba Flower #AD8AD8

RGB

 RED value IS 173 (67.97% from 255) = 32.83%

 GREEN value IS 138 (54.3% from 255) = 26.19%

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 32.83%
G = 26.19%
B = 40.99%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD8AD8 (or 0xAD8AD8) is known color: Biloba Flower. HEX triplet: AD, 8A and D8. RGB value is (173,138,216). Sum of RGB (Red+Green+Blue) = 173+138+216=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD8AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD8 is #527527. Grayscale: #9D9D9D. Windows color (decimal): -5403944 or 14191277. OLE color: 14191277.

HSL color Cylindrical-coordinate representation of color #AD8AD8: hue angle of 266.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8AD8 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 138 216 -
CMYK 0.20 0.36 0 0.15
HSL 266.92º 0.5% 0.69% -
HSV(B) 266.92º 0.36% 0.85% -
XYZ 38.72 32.02 69.11 -
YUV 157.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 173 138 216 0.20 0.36 0 0.15 266.92 0.5 0.69
Hex AD 8A D8 14 24 0 F 10B 32 45
Octal 255 212 330 24 44 0 17 413 62 105
Binary 10101101 10001010 11011000 10100 100100 0 1111 100001011 110010 1000101

Color Harmonies of #AD8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AD8

Black with #AD8AD8

Text Example


Text Example

White with #AD8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AD8; }

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

 H1.HeaderClassName
 {
   color: #AD8AD8;
 }
 .AnyTagClassName
 {
   color: #AD8AD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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