Html Css Color HEX #AD91CE Biloba Flower

📋 copy color: '#AD91CE'

red 173 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #AD91CE

Tints of Biloba Flower #AD91CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 33.02%
G = 27.67%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD91CE (or 0xAD91CE) is known color: Biloba Flower. HEX triplet: AD, 91 and CE. RGB value is (173,145,206). Sum of RGB (Red+Green+Blue) = 173+145+206=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CE is #526E31. Grayscale: #A0A0A0. Windows color (decimal): -5402162 or 13537709. OLE color: 13537709.

HSL color Cylindrical-coordinate representation of color #AD91CE: hue angle of 267.54º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD91CE is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 145 206 -
CMYK 0.16 0.30 0 0.19
HSL 267.54º 0.38% 0.69% -
HSV(B) 267.54º 0.3% 0.81% -
XYZ 38.5 33.59 62.85 -
YUV 160.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 173 145 206 0.16 0.30 0 0.19 267.54 0.38 0.69
Hex AD 91 CE 10 1E 0 13 10C 26 45
Octal 255 221 316 20 36 0 23 414 46 105
Binary 10101101 10010001 11001110 10000 11110 0 10011 100001100 100110 1000101

Color Harmonies of #AD91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91CE

Black with #AD91CE

Text Example


Text Example

White with #AD91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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