Html Css Color HEX #AA94F2 Biloba Flower

📋 copy color: '#AA94F2'

red 170 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #AA94F2

Tints of Biloba Flower #AA94F2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.43%

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

R = 30.36%
G = 26.43%
B = 43.21%

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

#AA94F2 (or 0xAA94F2) is known color: Biloba Flower. HEX triplet: AA, 94 and F2. RGB value is (170,148,242). Sum of RGB (Red+Green+Blue) = 170+148+242=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA94F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94F2 is #556B0D. Grayscale: #A4A4A4. Windows color (decimal): -5597966 or 15897770. OLE color: 15897770.

HSL color Cylindrical-coordinate representation of color #AA94F2: hue angle of 254.04º degrees, saturation: 0.78, 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 #AA94F2 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 148 242 -
CMYK 0.30 0.39 0 0.05
HSL 254.04º 0.78% 0.76% -
HSV(B) 254.04º 0.39% 0.95% -
XYZ 43.19 36.14 88.7 -
YUV 165.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 170 148 242 0.30 0.39 0 0.05 254.04 0.78 0.76
Hex AA 94 F2 1E 27 0 5 FE 4E 4C
Octal 252 224 362 36 47 0 5 376 116 114
Binary 10101010 10010100 11110010 11110 100111 0 101 11111110 1001110 1001100

Color Harmonies of #AA94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94F2

Black with #AA94F2

Text Example


Text Example

White with #AA94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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