Html Css Color HEX #AD88D8 Biloba Flower

📋 copy color: '#AD88D8'

red 173 ◦ green 136 ◦ blue 216

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

Shades of Biloba Flower #AD88D8

Tints of Biloba Flower #AD88D8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.9%

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

R = 32.95%
G = 25.9%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD88D8 (or 0xAD88D8) is known color: Biloba Flower. HEX triplet: AD, 88 and D8. RGB value is (173,136,216). Sum of RGB (Red+Green+Blue) = 173+136+216=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD88D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88D8 is #527727. Grayscale: #9B9B9B. Windows color (decimal): -5404456 or 14190765. OLE color: 14190765.

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

Color convert

RGB 173 136 216 -
CMYK 0.20 0.37 0 0.15
HSL 267.75º 0.51% 0.69% -
HSV(B) 267.75º 0.37% 0.85% -
XYZ 38.43 31.45 69.01 -
YUV 156.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 173 136 216 0.20 0.37 0 0.15 267.75 0.51 0.69
Hex AD 88 D8 14 25 0 F 10C 33 45
Octal 255 210 330 24 45 0 17 414 63 105
Binary 10101101 10001000 11011000 10100 100101 0 1111 100001100 110011 1000101

Color Harmonies of #AD88D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88D8

Black with #AD88D8

Text Example


Text Example

White with #AD88D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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