Html Css Color HEX #AA95F1 Biloba Flower

📋 copy color: '#AA95F1'

red 170 ◦ green 149 ◦ blue 241

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

Shades of Biloba Flower #AA95F1

Tints of Biloba Flower #AA95F1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.61%

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 30.36%
G = 26.61%
B = 43.04%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA95F1 (or 0xAA95F1) is known color: Biloba Flower. HEX triplet: AA, 95 and F1. RGB value is (170,149,241). Sum of RGB (Red+Green+Blue) = 170+149+241=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA95F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA95F1 is #556A0E. Grayscale: #A5A5A5. Windows color (decimal): -5597711 or 15832490. OLE color: 15832490.

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

Color convert

RGB 170 149 241 -
CMYK 0.29 0.38 0 0.05
HSL 253.7º 0.77% 0.76% -
HSV(B) 253.7º 0.38% 0.95% -
XYZ 43.2 36.39 87.97 -
YUV 165.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 170 149 241 0.29 0.38 0 0.05 253.7 0.77 0.76
Hex AA 95 F1 1D 26 0 5 FE 4D 4C
Octal 252 225 361 35 46 0 5 376 115 114
Binary 10101010 10010101 11110001 11101 100110 0 101 11111110 1001101 1001100

Color Harmonies of #AA95F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95F1

Black with #AA95F1

Text Example


Text Example

White with #AA95F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95F1; }

 p { color: rgb(170,149,241); }

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

background-color css

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

 a { background-color: rgb(170,149,241); }

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

border-color css

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

 span { border-color: rgb(170,149,241); }

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