Html Css Color HEX #A5ABED Perano

📋 copy color: '#A5ABED'

red 165 ◦ green 171 ◦ blue 237

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

Shades of Perano #A5ABED

Tints of Perano #A5ABED

RGB

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

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

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

R = 28.8%
G = 29.84%
B = 41.36%

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

#A5ABED (or 0xA5ABED) is known color: Perano. HEX triplet: A5, AB and ED. RGB value is (165,171,237). Sum of RGB (Red+Green+Blue) = 165+171+237=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABED is #5A5412. Grayscale: #B0B0B0. Windows color (decimal): -5919763 or 15575973. OLE color: 15575973.

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

Color convert

RGB 165 171 237 -
CMYK 0.30 0.28 0 0.07
HSL 235º 0.67% 0.79% -
HSV(B) 235º 0.3% 0.93% -
XYZ 45.37 43.24 86.08 -
YUV 176.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 165 171 237 0.30 0.28 0 0.07 235 0.67 0.79
Hex A5 AB ED 1E 1C 0 7 EB 43 4F
Octal 245 253 355 36 34 0 7 353 103 117
Binary 10100101 10101011 11101101 11110 11100 0 111 11101011 1000011 1001111

Color Harmonies of #A5ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABED

Black with #A5ABED

Text Example


Text Example

White with #A5ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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