Html Css Color HEX #AA8FE4 Biloba Flower

📋 copy color: '#AA8FE4'

red 170 ◦ green 143 ◦ blue 228

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

Shades of Biloba Flower #AA8FE4

Tints of Biloba Flower #AA8FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.14%

R = 31.42%
G = 26.43%
B = 42.14%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA8FE4 (or 0xAA8FE4) is known color: Biloba Flower. HEX triplet: AA, 8F and E4. RGB value is (170,143,228). Sum of RGB (Red+Green+Blue) = 170+143+228=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA8FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FE4 is #55701B. Grayscale: #A0A0A0. Windows color (decimal): -5599260 or 14978986. OLE color: 14978986.

HSL color Cylindrical-coordinate representation of color #AA8FE4: hue angle of 259.06º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8FE4 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 143 228 -
CMYK 0.25 0.37 0 0.11
HSL 259.06º 0.61% 0.73% -
HSV(B) 259.06º 0.37% 0.89% -
XYZ 40.4 33.79 77.79 -
YUV 160.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 170 143 228 0.25 0.37 0 0.11 259.06 0.61 0.73
Hex AA 8F E4 19 25 0 B 103 3D 49
Octal 252 217 344 31 45 0 13 403 75 111
Binary 10101010 10001111 11100100 11001 100101 0 1011 100000011 111101 1001001

Color Harmonies of #AA8FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FE4

Black with #AA8FE4

Text Example


Text Example

White with #AA8FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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