Html Css Color HEX #AA84EE Biloba Flower

📋 copy color: '#AA84EE'

red 170 ◦ green 132 ◦ blue 238

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

Shades of Biloba Flower #AA84EE

Tints of Biloba Flower #AA84EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 31.48%
G = 24.44%
B = 44.07%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA84EE (or 0xAA84EE) is known color: Biloba Flower. HEX triplet: AA, 84 and EE. RGB value is (170,132,238). Sum of RGB (Red+Green+Blue) = 170+132+238=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA84EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84EE is #557B11. Grayscale: #9B9B9B. Windows color (decimal): -5602066 or 15631530. OLE color: 15631530.

HSL color Cylindrical-coordinate representation of color #AA84EE: hue angle of 261.51º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA84EE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 132 238 -
CMYK 0.29 0.45 0 0.07
HSL 261.51º 0.76% 0.73% -
HSV(B) 261.51º 0.45% 0.93% -
XYZ 40.26 31.22 84.79 -
YUV 155.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 170 132 238 0.29 0.45 0 0.07 261.51 0.76 0.73
Hex AA 84 EE 1D 2D 0 7 106 4C 49
Octal 252 204 356 35 55 0 7 406 114 111
Binary 10101010 10000100 11101110 11101 101101 0 111 100000110 1001100 1001001

Color Harmonies of #AA84EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84EE

Black with #AA84EE

Text Example


Text Example

White with #AA84EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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