Html Css Color HEX #A5ABEC Perano

📋 copy color: '#A5ABEC'

red 165 ◦ green 171 ◦ blue 236

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

Shades of Perano #A5ABEC

Tints of Perano #A5ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.9%

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

R = 28.85%
G = 29.9%
B = 41.26%

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

#A5ABEC (or 0xA5ABEC) is known color: Perano. HEX triplet: A5, AB and EC. RGB value is (165,171,236). Sum of RGB (Red+Green+Blue) = 165+171+236=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABEC is #5A5413. Grayscale: #B0B0B0. Windows color (decimal): -5919764 or 15510437. OLE color: 15510437.

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

Color convert

RGB 165 171 236 -
CMYK 0.30 0.28 0 0.07
HSL 234.93º 0.65% 0.79% -
HSV(B) 234.93º 0.3% 0.93% -
XYZ 45.22 43.18 85.31 -
YUV 176.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 165 171 236 0.30 0.28 0 0.07 234.93 0.65 0.79
Hex A5 AB EC 1E 1C 0 7 EB 41 4F
Octal 245 253 354 36 34 0 7 353 101 117
Binary 10100101 10101011 11101100 11110 11100 0 111 11101011 1000001 1001111

Color Harmonies of #A5ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABEC

Black with #A5ABEC

Text Example


Text Example

White with #A5ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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