Html Css Color HEX #AD91CB Biloba Flower

📋 copy color: '#AD91CB'

red 173 ◦ green 145 ◦ blue 203

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

Shades of Biloba Flower #AD91CB

Tints of Biloba Flower #AD91CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.83%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 33.21%
G = 27.83%
B = 38.96%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD91CB (or 0xAD91CB) is known color: Biloba Flower. HEX triplet: AD, 91 and CB. RGB value is (173,145,203). Sum of RGB (Red+Green+Blue) = 173+145+203=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CB is #526E34. Grayscale: #9F9F9F. Windows color (decimal): -5402165 or 13341101. OLE color: 13341101.

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

Color convert

RGB 173 145 203 -
CMYK 0.15 0.29 0 0.20
HSL 268.97º 0.36% 0.68% -
HSV(B) 268.97º 0.29% 0.8% -
XYZ 38.14 33.45 60.95 -
YUV 159.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 173 145 203 0.15 0.29 0 0.20 268.97 0.36 0.68
Hex AD 91 CB F 1D 0 14 10D 24 44
Octal 255 221 313 17 35 0 24 415 44 104
Binary 10101101 10010001 11001011 1111 11101 0 10100 100001101 100100 1000100

Color Harmonies of #AD91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91CB

Black with #AD91CB

Text Example


Text Example

White with #AD91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91CB; }

 p { color: rgb(173,145,203); }

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

background-color css

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

 a { background-color: rgb(173,145,203); }

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

border-color css

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

 span { border-color: rgb(173,145,203); }

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