Html Css Color HEX #AD92CB Biloba Flower

📋 copy color: '#AD92CB'

red 173 ◦ green 146 ◦ blue 203

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

Shades of Biloba Flower #AD92CB

Tints of Biloba Flower #AD92CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

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

R = 33.14%
G = 27.97%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD92CB (or 0xAD92CB) is known color: Biloba Flower. HEX triplet: AD, 92 and CB. RGB value is (173,146,203). Sum of RGB (Red+Green+Blue) = 173+146+203=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CB is #526D34. Grayscale: #A0A0A0. Windows color (decimal): -5401909 or 13341357. OLE color: 13341357.

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

Color convert

RGB 173 146 203 -
CMYK 0.15 0.28 0 0.20
HSL 268.42º 0.35% 0.68% -
HSV(B) 268.42º 0.28% 0.8% -
XYZ 38.29 33.75 61 -
YUV 160.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 173 146 203 0.15 0.28 0 0.20 268.42 0.35 0.68
Hex AD 92 CB F 1C 0 14 10C 23 44
Octal 255 222 313 17 34 0 24 414 43 104
Binary 10101101 10010010 11001011 1111 11100 0 10100 100001100 100011 1000100

Color Harmonies of #AD92CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92CB

Black with #AD92CB

Text Example


Text Example

White with #AD92CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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