Html Css Color HEX #AA93F2 Biloba Flower

📋 copy color: '#AA93F2'

red 170 ◦ green 147 ◦ blue 242

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

Shades of Biloba Flower #AA93F2

Tints of Biloba Flower #AA93F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 30.41%
G = 26.3%
B = 43.29%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA93F2 (or 0xAA93F2) is known color: Biloba Flower. HEX triplet: AA, 93 and F2. RGB value is (170,147,242). Sum of RGB (Red+Green+Blue) = 170+147+242=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA93F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93F2 is #556C0D. Grayscale: #A4A4A4. Windows color (decimal): -5598222 or 15897514. OLE color: 15897514.

HSL color Cylindrical-coordinate representation of color #AA93F2: hue angle of 254.53º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA93F2 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 147 242 -
CMYK 0.30 0.39 0 0.05
HSL 254.53º 0.79% 0.76% -
HSV(B) 254.53º 0.39% 0.95% -
XYZ 43.04 35.82 88.65 -
YUV 164.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 170 147 242 0.30 0.39 0 0.05 254.53 0.79 0.76
Hex AA 93 F2 1E 27 0 5 FF 4F 4C
Octal 252 223 362 36 47 0 5 377 117 114
Binary 10101010 10010011 11110010 11110 100111 0 101 11111111 1001111 1001100

Color Harmonies of #AA93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93F2

Black with #AA93F2

Text Example


Text Example

White with #AA93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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