Html Css Color HEX #AA93EB Biloba Flower

📋 copy color: '#AA93EB'

red 170 ◦ green 147 ◦ blue 235

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

Shades of Biloba Flower #AA93EB

Tints of Biloba Flower #AA93EB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.63%

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 30.8%
G = 26.63%
B = 42.57%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA93EB (or 0xAA93EB) is known color: Biloba Flower. HEX triplet: AA, 93 and EB. RGB value is (170,147,235). Sum of RGB (Red+Green+Blue) = 170+147+235=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA93EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93EB is #556C14. Grayscale: #A3A3A3. Windows color (decimal): -5598229 or 15438762. OLE color: 15438762.

HSL color Cylindrical-coordinate representation of color #AA93EB: hue angle of 255.68º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA93EB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 147 235 -
CMYK 0.28 0.37 0 0.08
HSL 255.68º 0.69% 0.75% -
HSV(B) 255.68º 0.37% 0.92% -
XYZ 42.01 35.41 83.22 -
YUV 163.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 170 147 235 0.28 0.37 0 0.08 255.68 0.69 0.75
Hex AA 93 EB 1C 25 0 8 100 45 4B
Octal 252 223 353 34 45 0 10 400 105 113
Binary 10101010 10010011 11101011 11100 100101 0 1000 100000000 1000101 1001011

Color Harmonies of #AA93EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93EB

Black with #AA93EB

Text Example


Text Example

White with #AA93EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93EB; }

 p { color: rgb(170,147,235); }

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

background-color css

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

 a { background-color: rgb(170,147,235); }

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

border-color css

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

 span { border-color: rgb(170,147,235); }

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