Html Css Color HEX #AA85EF Biloba Flower

📋 copy color: '#AA85EF'

red 170 ◦ green 133 ◦ blue 239

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

Shades of Biloba Flower #AA85EF

Tints of Biloba Flower #AA85EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.54%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 31.37%
G = 24.54%
B = 44.1%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA85EF (or 0xAA85EF) is known color: Biloba Flower. HEX triplet: AA, 85 and EF. RGB value is (170,133,239). Sum of RGB (Red+Green+Blue) = 170+133+239=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA85EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85EF is #557A10. Grayscale: #9B9B9B. Windows color (decimal): -5601809 or 15697322. OLE color: 15697322.

HSL color Cylindrical-coordinate representation of color #AA85EF: hue angle of 260.94º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA85EF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 133 239 -
CMYK 0.29 0.44 0 0.06
HSL 260.94º 0.77% 0.73% -
HSV(B) 260.94º 0.44% 0.94% -
XYZ 40.55 31.55 85.61 -
YUV 156.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 170 133 239 0.29 0.44 0 0.06 260.94 0.77 0.73
Hex AA 85 EF 1D 2C 0 6 105 4D 49
Octal 252 205 357 35 54 0 6 405 115 111
Binary 10101010 10000101 11101111 11101 101100 0 110 100000101 1001101 1001001

Color Harmonies of #AA85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85EF

Black with #AA85EF

Text Example


Text Example

White with #AA85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85EF; }

 p { color: rgb(170,133,239); }

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

background-color css

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

 a { background-color: rgb(170,133,239); }

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

border-color css

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

 span { border-color: rgb(170,133,239); }

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