Html Css Color HEX #AA8CE5 Biloba Flower

📋 copy color: '#AA8CE5'

red 170 ◦ green 140 ◦ blue 229

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

Shades of Biloba Flower #AA8CE5

Tints of Biloba Flower #AA8CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 31.54%
G = 25.97%
B = 42.49%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA8CE5 (or 0xAA8CE5) is known color: Biloba Flower. HEX triplet: AA, 8C and E5. RGB value is (170,140,229). Sum of RGB (Red+Green+Blue) = 170+140+229=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CE5 is #55731A. Grayscale: #9E9E9E. Windows color (decimal): -5600027 or 15043754. OLE color: 15043754.

HSL color Cylindrical-coordinate representation of color #AA8CE5: hue angle of 260.22º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8CE5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 140 229 -
CMYK 0.26 0.39 0 0.10
HSL 260.22º 0.63% 0.72% -
HSV(B) 260.22º 0.39% 0.9% -
XYZ 40.1 32.96 78.38 -
YUV 159.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 170 140 229 0.26 0.39 0 0.10 260.22 0.63 0.72
Hex AA 8C E5 1A 27 0 A 104 3F 48
Octal 252 214 345 32 47 0 12 404 77 110
Binary 10101010 10001100 11100101 11010 100111 0 1010 100000100 111111 1001000

Color Harmonies of #AA8CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CE5

Black with #AA8CE5

Text Example


Text Example

White with #AA8CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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