Html Css Color HEX #AA84D2 Biloba Flower

📋 copy color: '#AA84D2'

red 170 ◦ green 132 ◦ blue 210

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

Shades of Biloba Flower #AA84D2

Tints of Biloba Flower #AA84D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 33.2%
G = 25.78%
B = 41.02%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA84D2 (or 0xAA84D2) is known color: Biloba Flower. HEX triplet: AA, 84 and D2. RGB value is (170,132,210). Sum of RGB (Red+Green+Blue) = 170+132+210=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA84D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84D2 is #557B2D. Grayscale: #979797. Windows color (decimal): -5602094 or 13796522. OLE color: 13796522.

HSL color Cylindrical-coordinate representation of color #AA84D2: hue angle of 269.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA84D2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 132 210 -
CMYK 0.19 0.37 0 0.18
HSL 269.23º 0.46% 0.67% -
HSV(B) 269.23º 0.37% 0.82% -
XYZ 36.46 29.7 64.78 -
YUV 152.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 170 132 210 0.19 0.37 0 0.18 269.23 0.46 0.67
Hex AA 84 D2 13 25 0 12 10D 2E 43
Octal 252 204 322 23 45 0 22 415 56 103
Binary 10101010 10000100 11010010 10011 100101 0 10010 100001101 101110 1000011

Color Harmonies of #AA84D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84D2

Black with #AA84D2

Text Example


Text Example

White with #AA84D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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