Html Css Color HEX #AA8CEB Biloba Flower

📋 copy color: '#AA8CEB'

red 170 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #AA8CEB

Tints of Biloba Flower #AA8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 31.19%
G = 25.69%
B = 43.12%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA8CEB (or 0xAA8CEB) is known color: Biloba Flower. HEX triplet: AA, 8C and EB. RGB value is (170,140,235). Sum of RGB (Red+Green+Blue) = 170+140+235=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CEB is #557314. Grayscale: #9F9F9F. Windows color (decimal): -5600021 or 15436970. OLE color: 15436970.

HSL color Cylindrical-coordinate representation of color #AA8CEB: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8CEB is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 140 235 -
CMYK 0.28 0.40 0 0.08
HSL 258.95º 0.7% 0.74% -
HSV(B) 258.95º 0.4% 0.92% -
XYZ 40.95 33.3 82.87 -
YUV 159.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 170 140 235 0.28 0.40 0 0.08 258.95 0.7 0.74
Hex AA 8C EB 1C 28 0 8 103 46 4A
Octal 252 214 353 34 50 0 10 403 106 112
Binary 10101010 10001100 11101011 11100 101000 0 1000 100000011 1000110 1001010

Color Harmonies of #AA8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CEB

Black with #AA8CEB

Text Example


Text Example

White with #AA8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CEB; }

 p { color: rgb(170,140,235); }

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

background-color css

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

 a { background-color: rgb(170,140,235); }

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

border-color css

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

 span { border-color: rgb(170,140,235); }

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