Html Css Color HEX #A5A6EC Perano

📋 copy color: '#A5A6EC'

red 165 ◦ green 166 ◦ blue 236

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

Shades of Perano #A5A6EC

Tints of Perano #A5A6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.28%

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

R = 29.1%
G = 29.28%
B = 41.62%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5A6EC (or 0xA5A6EC) is known color: Perano. HEX triplet: A5, A6 and EC. RGB value is (165,166,236). Sum of RGB (Red+Green+Blue) = 165+166+236=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5A6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A6EC is #5A5913. Grayscale: #ADADAD. Windows color (decimal): -5921044 or 15509157. OLE color: 15509157.

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

Color convert

RGB 165 166 236 -
CMYK 0.30 0.30 0 0.07
HSL 239.15º 0.65% 0.79% -
HSV(B) 239.15º 0.3% 0.93% -
XYZ 44.29 41.33 85 -
YUV 173.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 165 166 236 0.30 0.30 0 0.07 239.15 0.65 0.79
Hex A5 A6 EC 1E 1E 0 7 EF 41 4F
Octal 245 246 354 36 36 0 7 357 101 117
Binary 10100101 10100110 11101100 11110 11110 0 111 11101111 1000001 1001111

Color Harmonies of #A5A6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A6EC

Black with #A5A6EC

Text Example


Text Example

White with #A5A6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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