Html Css Color HEX #A5AAED Perano

📋 copy color: '#A5AAED'

red 165 ◦ green 170 ◦ blue 237

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

Shades of Perano #A5AAED

Tints of Perano #A5AAED

RGB

 RED value IS 165 (64.84% from 255) = 28.85%

 GREEN value IS 170 (66.8% from 255) = 29.72%

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 28.85%
G = 29.72%
B = 41.43%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5AAED (or 0xA5AAED) is known color: Perano. HEX triplet: A5, AA and ED. RGB value is (165,170,237). Sum of RGB (Red+Green+Blue) = 165+170+237=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAED is #5A5512. Grayscale: #AFAFAF. Windows color (decimal): -5920019 or 15575717. OLE color: 15575717.

HSL color Cylindrical-coordinate representation of color #A5AAED: hue angle of 235.83º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5AAED is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 170 237 -
CMYK 0.30 0.28 0 0.07
HSL 235.83º 0.67% 0.79% -
HSV(B) 235.83º 0.3% 0.93% -
XYZ 45.18 42.86 86.01 -
YUV 176.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 165 170 237 0.30 0.28 0 0.07 235.83 0.67 0.79
Hex A5 AA ED 1E 1C 0 7 EC 43 4F
Octal 245 252 355 36 34 0 7 354 103 117
Binary 10100101 10101010 11101101 11110 11100 0 111 11101100 1000011 1001111

Color Harmonies of #A5AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAED

Black with #A5AAED

Text Example


Text Example

White with #A5AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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