Html Css Color HEX #AD91CA Biloba Flower

📋 copy color: '#AD91CA'

red 173 ◦ green 145 ◦ blue 202

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

Shades of Biloba Flower #AD91CA

Tints of Biloba Flower #AD91CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 33.27%
G = 27.88%
B = 38.85%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD91CA (or 0xAD91CA) is known color: Biloba Flower. HEX triplet: AD, 91 and CA. RGB value is (173,145,202). Sum of RGB (Red+Green+Blue) = 173+145+202=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CA is #526E35. Grayscale: #9F9F9F. Windows color (decimal): -5402166 or 13275565. OLE color: 13275565.

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

Color convert

RGB 173 145 202 -
CMYK 0.14 0.28 0 0.21
HSL 269.47º 0.35% 0.68% -
HSV(B) 269.47º 0.28% 0.79% -
XYZ 38.02 33.4 60.32 -
YUV 159.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 173 145 202 0.14 0.28 0 0.21 269.47 0.35 0.68
Hex AD 91 CA E 1C 0 15 10D 23 44
Octal 255 221 312 16 34 0 25 415 43 104
Binary 10101101 10010001 11001010 1110 11100 0 10101 100001101 100011 1000100

Color Harmonies of #AD91CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91CA

Black with #AD91CA

Text Example


Text Example

White with #AD91CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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