Html Css Color HEX #AAA5FA Perano

📋 copy color: '#AAA5FA'

red 170 ◦ green 165 ◦ blue 250

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

Shades of Perano #AAA5FA

Tints of Perano #AAA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.21%

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 29.06%
G = 28.21%
B = 42.74%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAA5FA (or 0xAAA5FA) is known color: Perano. HEX triplet: AA, A5 and FA. RGB value is (170,165,250). Sum of RGB (Red+Green+Blue) = 170+165+250=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5FA is #555A05. Grayscale: #AFAFAF. Windows color (decimal): -5593606 or 16426410. OLE color: 16426410.

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

Color convert

RGB 170 165 250 -
CMYK 0.32 0.34 0 0.02
HSL 243.53º 0.89% 0.81% -
HSV(B) 243.53º 0.34% 0.98% -
XYZ 47.29 42.36 96.13 -
YUV 176.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 170 165 250 0.32 0.34 0 0.02 243.53 0.89 0.81
Hex AA A5 FA 20 22 0 2 F4 59 51
Octal 252 245 372 40 42 0 2 364 131 121
Binary 10101010 10100101 11111010 100000 100010 0 10 11110100 1011001 1010001

Color Harmonies of #AAA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5FA

Black with #AAA5FA

Text Example


Text Example

White with #AAA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5FA; }

 p { color: rgb(170,165,250); }

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

background-color css

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

 a { background-color: rgb(170,165,250); }

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

border-color css

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

 span { border-color: rgb(170,165,250); }

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