Html Css Color HEX #AA9DFB Perano

📋 copy color: '#AA9DFB'

red 170 ◦ green 157 ◦ blue 251

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

Shades of Perano #AA9DFB

Tints of Perano #AA9DFB

RGB

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

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

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

R = 29.41%
G = 27.16%
B = 43.43%

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

#AA9DFB (or 0xAA9DFB) is known color: Perano. HEX triplet: AA, 9D and FB. RGB value is (170,157,251). Sum of RGB (Red+Green+Blue) = 170+157+251=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA9DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DFB is #556204. Grayscale: #ABABAB. Windows color (decimal): -5595653 or 16489898. OLE color: 16489898.

HSL color Cylindrical-coordinate representation of color #AA9DFB: hue angle of 248.3º 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 #AA9DFB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 157 251 -
CMYK 0.32 0.37 0 0.02
HSL 248.3º 0.92% 0.8% -
HSV(B) 248.3º 0.37% 0.98% -
XYZ 46.05 39.63 96.49 -
YUV 171.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 170 157 251 0.32 0.37 0 0.02 248.3 0.92 0.8
Hex AA 9D FB 20 25 0 2 F8 5C 50
Octal 252 235 373 40 45 0 2 370 134 120
Binary 10101010 10011101 11111011 100000 100101 0 10 11111000 1011100 1010000

Color Harmonies of #AA9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DFB

Black with #AA9DFB

Text Example


Text Example

White with #AA9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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