Html Css Color HEX #AA84ED Biloba Flower

📋 copy color: '#AA84ED'

red 170 ◦ green 132 ◦ blue 237

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

Shades of Biloba Flower #AA84ED

Tints of Biloba Flower #AA84ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.49%

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 31.54%
G = 24.49%
B = 43.97%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA84ED (or 0xAA84ED) is known color: Biloba Flower. HEX triplet: AA, 84 and ED. RGB value is (170,132,237). Sum of RGB (Red+Green+Blue) = 170+132+237=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA84ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84ED is #557B12. Grayscale: #9A9A9A. Windows color (decimal): -5602067 or 15565994. OLE color: 15565994.

HSL color Cylindrical-coordinate representation of color #AA84ED: hue angle of 261.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA84ED is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 132 237 -
CMYK 0.28 0.44 0 0.07
HSL 261.71º 0.74% 0.72% -
HSV(B) 261.71º 0.44% 0.93% -
XYZ 40.11 31.16 84.02 -
YUV 155.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 170 132 237 0.28 0.44 0 0.07 261.71 0.74 0.72
Hex AA 84 ED 1C 2C 0 7 106 4A 48
Octal 252 204 355 34 54 0 7 406 112 110
Binary 10101010 10000100 11101101 11100 101100 0 111 100000110 1001010 1001000

Color Harmonies of #AA84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84ED

Black with #AA84ED

Text Example


Text Example

White with #AA84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84ED; }

 p { color: rgb(170,132,237); }

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

background-color css

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

 a { background-color: rgb(170,132,237); }

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

border-color css

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

 span { border-color: rgb(170,132,237); }

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