Html Css Color HEX #AD88DB Biloba Flower

📋 copy color: '#AD88DB'

red 173 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #AD88DB

Tints of Biloba Flower #AD88DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 32.77%
G = 25.76%
B = 41.48%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD88DB (or 0xAD88DB) is known color: Biloba Flower. HEX triplet: AD, 88 and DB. RGB value is (173,136,219). Sum of RGB (Red+Green+Blue) = 173+136+219=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88DB is #527724. Grayscale: #9C9C9C. Windows color (decimal): -5404453 or 14387373. OLE color: 14387373.

HSL color Cylindrical-coordinate representation of color #AD88DB: hue angle of 266.75º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD88DB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 136 219 -
CMYK 0.21 0.38 0 0.14
HSL 266.75º 0.54% 0.7% -
HSV(B) 266.75º 0.38% 0.86% -
XYZ 38.82 31.61 71.07 -
YUV 156.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 173 136 219 0.21 0.38 0 0.14 266.75 0.54 0.7
Hex AD 88 DB 15 26 0 E 10B 36 46
Octal 255 210 333 25 46 0 16 413 66 106
Binary 10101101 10001000 11011011 10101 100110 0 1110 100001011 110110 1000110

Color Harmonies of #AD88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88DB

Black with #AD88DB

Text Example


Text Example

White with #AD88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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