Html Css Color HEX #AA83DC Biloba Flower

📋 copy color: '#AA83DC'

red 170 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #AA83DC

Tints of Biloba Flower #AA83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.14%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 32.63%
G = 25.14%
B = 42.23%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA83DC (or 0xAA83DC) is known color: Biloba Flower. HEX triplet: AA, 83 and DC. RGB value is (170,131,220). Sum of RGB (Red+Green+Blue) = 170+131+220=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83DC is #557C23. Grayscale: #989898. Windows color (decimal): -5602340 or 14451626. OLE color: 14451626.

HSL color Cylindrical-coordinate representation of color #AA83DC: hue angle of 266.29º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA83DC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 131 220 -
CMYK 0.23 0.40 0 0.14
HSL 266.29º 0.56% 0.69% -
HSV(B) 266.29º 0.4% 0.86% -
XYZ 37.61 29.95 71.51 -
YUV 152.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 170 131 220 0.23 0.40 0 0.14 266.29 0.56 0.69
Hex AA 83 DC 17 28 0 E 10A 38 45
Octal 252 203 334 27 50 0 16 412 70 105
Binary 10101010 10000011 11011100 10111 101000 0 1110 100001010 111000 1000101

Color Harmonies of #AA83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83DC

Black with #AA83DC

Text Example


Text Example

White with #AA83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83DC; }

 p { color: rgb(170,131,220); }

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

background-color css

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

 a { background-color: rgb(170,131,220); }

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

border-color css

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

 span { border-color: rgb(170,131,220); }

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