Html Css Color HEX #AA93FA Biloba Flower

📋 copy color: '#AA93FA'

red 170 ◦ green 147 ◦ blue 250

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

Shades of Biloba Flower #AA93FA

Tints of Biloba Flower #AA93FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 29.98%
G = 25.93%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA93FA (or 0xAA93FA) is known color: Biloba Flower. HEX triplet: AA, 93 and FA. RGB value is (170,147,250). Sum of RGB (Red+Green+Blue) = 170+147+250=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA93FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93FA is #556C05. Grayscale: #A5A5A5. Windows color (decimal): -5598214 or 16421802. OLE color: 16421802.

HSL color Cylindrical-coordinate representation of color #AA93FA: hue angle of 253.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA93FA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 147 250 -
CMYK 0.32 0.41 0 0.02
HSL 253.4º 0.91% 0.78% -
HSV(B) 253.4º 0.41% 0.98% -
XYZ 44.27 36.32 95.12 -
YUV 165.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 170 147 250 0.32 0.41 0 0.02 253.4 0.91 0.78
Hex AA 93 FA 20 29 0 2 FD 5B 4E
Octal 252 223 372 40 51 0 2 375 133 116
Binary 10101010 10010011 11111010 100000 101001 0 10 11111101 1011011 1001110

Color Harmonies of #AA93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93FA

Black with #AA93FA

Text Example


Text Example

White with #AA93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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