Html Css Color HEX #AA8EFD Biloba Flower

📋 copy color: '#AA8EFD'

red 170 ◦ green 142 ◦ blue 253

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

Shades of Biloba Flower #AA8EFD

Tints of Biloba Flower #AA8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.13%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 30.09%
G = 25.13%
B = 44.78%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA8EFD (or 0xAA8EFD) is known color: Biloba Flower. HEX triplet: AA, 8E and FD. RGB value is (170,142,253). Sum of RGB (Red+Green+Blue) = 170+142+253=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA8EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EFD is #557102. Grayscale: #A2A2A2. Windows color (decimal): -5599491 or 16617130. OLE color: 16617130.

HSL color Cylindrical-coordinate representation of color #AA8EFD: hue angle of 255.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8EFD is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 142 253 -
CMYK 0.33 0.44 0 0.01
HSL 255.14º 0.97% 0.77% -
HSV(B) 255.14º 0.44% 0.99% -
XYZ 43.98 34.98 97.36 -
YUV 163.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 170 142 253 0.33 0.44 0 0.01 255.14 0.97 0.77
Hex AA 8E FD 21 2C 0 1 FF 61 4D
Octal 252 216 375 41 54 0 1 377 141 115
Binary 10101010 10001110 11111101 100001 101100 0 1 11111111 1100001 1001101

Color Harmonies of #AA8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EFD

Black with #AA8EFD

Text Example


Text Example

White with #AA8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EFD; }

 p { color: rgb(170,142,253); }

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

background-color css

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

 a { background-color: rgb(170,142,253); }

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

border-color css

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

 span { border-color: rgb(170,142,253); }

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