Html Css Color HEX #A5AEEC Perano

📋 copy color: '#A5AEEC'

red 165 ◦ green 174 ◦ blue 236

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

Shades of Perano #A5AEEC

Tints of Perano #A5AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.26%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 28.7%
G = 30.26%
B = 41.04%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5AEEC (or 0xA5AEEC) is known color: Perano. HEX triplet: A5, AE and EC. RGB value is (165,174,236). Sum of RGB (Red+Green+Blue) = 165+174+236=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEEC is #5A5113. Grayscale: #B2B2B2. Windows color (decimal): -5918996 or 15511205. OLE color: 15511205.

HSL color Cylindrical-coordinate representation of color #A5AEEC: hue angle of 232.39º degrees, saturation: 0.65, 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 #A5AEEC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 174 236 -
CMYK 0.30 0.26 0 0.07
HSL 232.39º 0.65% 0.79% -
HSV(B) 232.39º 0.3% 0.93% -
XYZ 45.79 44.33 85.5 -
YUV 178.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 165 174 236 0.30 0.26 0 0.07 232.39 0.65 0.79
Hex A5 AE EC 1E 1A 0 7 E8 41 4F
Octal 245 256 354 36 32 0 7 350 101 117
Binary 10100101 10101110 11101100 11110 11010 0 111 11101000 1000001 1001111

Color Harmonies of #A5AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEEC

Black with #A5AEEC

Text Example


Text Example

White with #A5AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEEC; }

 p { color: rgb(165,174,236); }

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

background-color css

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

 a { background-color: rgb(165,174,236); }

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

border-color css

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

 span { border-color: rgb(165,174,236); }

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