Html Css Color HEX #AA8DCB Biloba Flower

📋 copy color: '#AA8DCB'

red 170 ◦ green 141 ◦ blue 203

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

Shades of Biloba Flower #AA8DCB

Tints of Biloba Flower #AA8DCB

RGB

 RED value IS 170 (66.8% from 255) = 33.07%

 GREEN value IS 141 (55.47% from 255) = 27.43%

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

R = 33.07%
G = 27.43%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA8DCB (or 0xAA8DCB) is known color: Biloba Flower. HEX triplet: AA, 8D and CB. RGB value is (170,141,203). Sum of RGB (Red+Green+Blue) = 170+141+203=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DCB is #557234. Grayscale: #9C9C9C. Windows color (decimal): -5599797 or 13340074. OLE color: 13340074.

HSL color Cylindrical-coordinate representation of color #AA8DCB: hue angle of 268.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8DCB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 141 203 -
CMYK 0.16 0.31 0 0.20
HSL 268.06º 0.37% 0.67% -
HSV(B) 268.06º 0.31% 0.8% -
XYZ 36.88 31.91 60.71 -
YUV 156.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 170 141 203 0.16 0.31 0 0.20 268.06 0.37 0.67
Hex AA 8D CB 10 1F 0 14 10C 25 43
Octal 252 215 313 20 37 0 24 414 45 103
Binary 10101010 10001101 11001011 10000 11111 0 10100 100001100 100101 1000011

Color Harmonies of #AA8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DCB

Black with #AA8DCB

Text Example


Text Example

White with #AA8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DCB; }

 p { color: rgb(170,141,203); }

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

background-color css

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

 a { background-color: rgb(170,141,203); }

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

border-color css

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

 span { border-color: rgb(170,141,203); }

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