Html Css Color HEX #AA9EFB Perano

📋 copy color: '#AA9EFB'

red 170 ◦ green 158 ◦ blue 251

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

Shades of Perano #AA9EFB

Tints of Perano #AA9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 29.36%
G = 27.29%
B = 43.35%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA9EFB (or 0xAA9EFB) is known color: Perano. HEX triplet: AA, 9E and FB. RGB value is (170,158,251). Sum of RGB (Red+Green+Blue) = 170+158+251=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EFB is #556104. Grayscale: #ABABAB. Windows color (decimal): -5595397 or 16490154. OLE color: 16490154.

HSL color Cylindrical-coordinate representation of color #AA9EFB: hue angle of 247.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA9EFB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 158 251 -
CMYK 0.32 0.37 0 0.02
HSL 247.74º 0.92% 0.8% -
HSV(B) 247.74º 0.37% 0.98% -
XYZ 46.22 39.96 96.54 -
YUV 172.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 170 158 251 0.32 0.37 0 0.02 247.74 0.92 0.8
Hex AA 9E FB 20 25 0 2 F8 5C 50
Octal 252 236 373 40 45 0 2 370 134 120
Binary 10101010 10011110 11111011 100000 100101 0 10 11111000 1011100 1010000

Color Harmonies of #AA9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EFB

Black with #AA9EFB

Text Example


Text Example

White with #AA9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EFB; }

 p { color: rgb(170,158,251); }

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

background-color css

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

 a { background-color: rgb(170,158,251); }

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

border-color css

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

 span { border-color: rgb(170,158,251); }

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