Html Css Color HEX #AD91CF Biloba Flower

📋 copy color: '#AD91CF'

red 173 ◦ green 145 ◦ blue 207

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

Shades of Biloba Flower #AD91CF

Tints of Biloba Flower #AD91CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 32.95%
G = 27.62%
B = 39.43%

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

#AD91CF (or 0xAD91CF) is known color: Biloba Flower. HEX triplet: AD, 91 and CF. RGB value is (173,145,207). Sum of RGB (Red+Green+Blue) = 173+145+207=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CF is #526E30. Grayscale: #A0A0A0. Windows color (decimal): -5402161 or 13603245. OLE color: 13603245.

HSL color Cylindrical-coordinate representation of color #AD91CF: hue angle of 267.1º degrees, saturation: 0.39, 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 #AD91CF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 145 207 -
CMYK 0.16 0.30 0 0.19
HSL 267.1º 0.39% 0.69% -
HSV(B) 267.1º 0.3% 0.81% -
XYZ 38.62 33.64 63.49 -
YUV 160.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 173 145 207 0.16 0.30 0 0.19 267.1 0.39 0.69
Hex AD 91 CF 10 1E 0 13 10B 27 45
Octal 255 221 317 20 36 0 23 413 47 105
Binary 10101101 10010001 11001111 10000 11110 0 10011 100001011 100111 1000101

Color Harmonies of #AD91CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91CF

Black with #AD91CF

Text Example


Text Example

White with #AD91CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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