Html Css Color HEX #AA83DF Biloba Flower

📋 copy color: '#AA83DF'

red 170 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #AA83DF

Tints of Biloba Flower #AA83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 32.44%
G = 25%
B = 42.56%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA83DF (or 0xAA83DF) is known color: Biloba Flower. HEX triplet: AA, 83 and DF. RGB value is (170,131,223). Sum of RGB (Red+Green+Blue) = 170+131+223=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83DF is #557C20. Grayscale: #989898. Windows color (decimal): -5602337 or 14648234. OLE color: 14648234.

HSL color Cylindrical-coordinate representation of color #AA83DF: hue angle of 265.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA83DF is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 131 223 -
CMYK 0.24 0.41 0 0.13
HSL 265.43º 0.59% 0.69% -
HSV(B) 265.43º 0.41% 0.87% -
XYZ 38.01 30.11 73.62 -
YUV 153.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 170 131 223 0.24 0.41 0 0.13 265.43 0.59 0.69
Hex AA 83 DF 18 29 0 D 109 3B 45
Octal 252 203 337 30 51 0 15 411 73 105
Binary 10101010 10000011 11011111 11000 101001 0 1101 100001001 111011 1000101

Color Harmonies of #AA83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83DF

Black with #AA83DF

Text Example


Text Example

White with #AA83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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