Html Css Color HEX #AA9DF2 Biloba Flower

📋 copy color: '#AA9DF2'

red 170 ◦ green 157 ◦ blue 242

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

Shades of Biloba Flower #AA9DF2

Tints of Biloba Flower #AA9DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.59%

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

R = 29.88%
G = 27.59%
B = 42.53%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA9DF2 (or 0xAA9DF2) is known color: Biloba Flower. HEX triplet: AA, 9D and F2. RGB value is (170,157,242). Sum of RGB (Red+Green+Blue) = 170+157+242=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA9DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DF2 is #55620D. Grayscale: #AAAAAA. Windows color (decimal): -5595662 or 15900074. OLE color: 15900074.

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

Color convert

RGB 170 157 242 -
CMYK 0.30 0.35 0 0.05
HSL 249.18º 0.77% 0.78% -
HSV(B) 249.18º 0.35% 0.95% -
XYZ 44.66 39.07 89.19 -
YUV 170.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 170 157 242 0.30 0.35 0 0.05 249.18 0.77 0.78
Hex AA 9D F2 1E 23 0 5 F9 4D 4E
Octal 252 235 362 36 43 0 5 371 115 116
Binary 10101010 10011101 11110010 11110 100011 0 101 11111001 1001101 1001110

Color Harmonies of #AA9DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DF2

Black with #AA9DF2

Text Example


Text Example

White with #AA9DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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