Html Css Color HEX #AA83E6 Biloba Flower

📋 copy color: '#AA83E6'

red 170 ◦ green 131 ◦ blue 230

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

Shades of Biloba Flower #AA83E6

Tints of Biloba Flower #AA83E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.31%

R = 32.02%
G = 24.67%
B = 43.31%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA83E6 (or 0xAA83E6) is known color: Biloba Flower. HEX triplet: AA, 83 and E6. RGB value is (170,131,230). Sum of RGB (Red+Green+Blue) = 170+131+230=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA83E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83E6 is #557C19. Grayscale: #999999. Windows color (decimal): -5602330 or 15106986. OLE color: 15106986.

HSL color Cylindrical-coordinate representation of color #AA83E6: hue angle of 263.64º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA83E6 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 131 230 -
CMYK 0.26 0.43 0 0.10
HSL 263.64º 0.66% 0.71% -
HSV(B) 263.64º 0.43% 0.9% -
XYZ 38.98 30.49 78.69 -
YUV 153.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 170 131 230 0.26 0.43 0 0.10 263.64 0.66 0.71
Hex AA 83 E6 1A 2B 0 A 108 42 47
Octal 252 203 346 32 53 0 12 410 102 107
Binary 10101010 10000011 11100110 11010 101011 0 1010 100001000 1000010 1000111

Color Harmonies of #AA83E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83E6

Black with #AA83E6

Text Example


Text Example

White with #AA83E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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