Html Css Color HEX #AD91CC Biloba Flower

📋 copy color: '#AD91CC'

red 173 ◦ green 145 ◦ blue 204

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

Shades of Biloba Flower #AD91CC

Tints of Biloba Flower #AD91CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 33.14%
G = 27.78%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD91CC (or 0xAD91CC) is known color: Biloba Flower. HEX triplet: AD, 91 and CC. RGB value is (173,145,204). Sum of RGB (Red+Green+Blue) = 173+145+204=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CC is #526E33. Grayscale: #9F9F9F. Windows color (decimal): -5402164 or 13406637. OLE color: 13406637.

HSL color Cylindrical-coordinate representation of color #AD91CC: hue angle of 268.47º degrees, saturation: 0.37, 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 #AD91CC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 145 204 -
CMYK 0.15 0.29 0 0.2
HSL 268.47º 0.37% 0.68% -
HSV(B) 268.47º 0.29% 0.8% -
XYZ 38.26 33.49 61.58 -
YUV 160.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 173 145 204 0.15 0.29 0 0.2 268.47 0.37 0.68
Hex AD 91 CC F 1D 0 14 10C 25 44
Octal 255 221 314 17 35 0 24 414 45 104
Binary 10101101 10010001 11001100 1111 11101 0 10100 100001100 100101 1000100

Color Harmonies of #AD91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91CC

Black with #AD91CC

Text Example


Text Example

White with #AD91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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