Html Css Color HEX #AA8FCB Biloba Flower

📋 copy color: '#AA8FCB'

red 170 ◦ green 143 ◦ blue 203

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

Shades of Biloba Flower #AA8FCB

Tints of Biloba Flower #AA8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.71%

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

R = 32.95%
G = 27.71%
B = 39.34%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA8FCB (or 0xAA8FCB) is known color: Biloba Flower. HEX triplet: AA, 8F and CB. RGB value is (170,143,203). Sum of RGB (Red+Green+Blue) = 170+143+203=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCB is #557034. Grayscale: #9D9D9D. Windows color (decimal): -5599285 or 13340586. OLE color: 13340586.

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

Color convert

RGB 170 143 203 -
CMYK 0.16 0.30 0 0.20
HSL 267º 0.37% 0.68% -
HSV(B) 267º 0.3% 0.8% -
XYZ 37.18 32.5 60.81 -
YUV 157.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 170 143 203 0.16 0.30 0 0.20 267 0.37 0.68
Hex AA 8F CB 10 1E 0 14 10B 25 44
Octal 252 217 313 20 36 0 24 413 45 104
Binary 10101010 10001111 11001011 10000 11110 0 10100 100001011 100101 1000100

Color Harmonies of #AA8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FCB

Black with #AA8FCB

Text Example


Text Example

White with #AA8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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