Html Css Color HEX #AA94E7 Biloba Flower

📋 copy color: '#AA94E7'

red 170 ◦ green 148 ◦ blue 231

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

Shades of Biloba Flower #AA94E7

Tints of Biloba Flower #AA94E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 30.97%
G = 26.96%
B = 42.08%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA94E7 (or 0xAA94E7) is known color: Biloba Flower. HEX triplet: AA, 94 and E7. RGB value is (170,148,231). Sum of RGB (Red+Green+Blue) = 170+148+231=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA94E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94E7 is #556B18. Grayscale: #A3A3A3. Windows color (decimal): -5597977 or 15176874. OLE color: 15176874.

HSL color Cylindrical-coordinate representation of color #AA94E7: hue angle of 255.9º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA94E7 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 148 231 -
CMYK 0.26 0.36 0 0.09
HSL 255.9º 0.63% 0.74% -
HSV(B) 255.9º 0.36% 0.91% -
XYZ 41.59 35.5 80.26 -
YUV 164.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 170 148 231 0.26 0.36 0 0.09 255.9 0.63 0.74
Hex AA 94 E7 1A 24 0 9 100 3F 4A
Octal 252 224 347 32 44 0 11 400 77 112
Binary 10101010 10010100 11100111 11010 100100 0 1001 100000000 111111 1001010

Color Harmonies of #AA94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94E7

Black with #AA94E7

Text Example


Text Example

White with #AA94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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