Html Css Color HEX #A1ABEB Perano

📋 copy color: '#A1ABEB'

red 161 ◦ green 171 ◦ blue 235

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

Shades of Perano #A1ABEB

Tints of Perano #A1ABEB

RGB

 RED value IS 161 (63.28% from 255) = 28.4%

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 28.4%
G = 30.16%
B = 41.45%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1ABEB (or 0xA1ABEB) is known color: Perano. HEX triplet: A1, AB and EB. RGB value is (161,171,235). Sum of RGB (Red+Green+Blue) = 161+171+235=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ABEB is #5E5414. Grayscale: #AFAFAF. Windows color (decimal): -6181909 or 15444897. OLE color: 15444897.

HSL color Cylindrical-coordinate representation of color #A1ABEB: hue angle of 231.89º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1ABEB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 171 235 -
CMYK 0.31 0.27 0 0.08
HSL 231.89º 0.65% 0.78% -
HSV(B) 231.89º 0.31% 0.92% -
XYZ 44.26 42.7 84.51 -
YUV 175.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 161 171 235 0.31 0.27 0 0.08 231.89 0.65 0.78
Hex A1 AB EB 1F 1B 0 8 E8 41 4E
Octal 241 253 353 37 33 0 10 350 101 116
Binary 10100001 10101011 11101011 11111 11011 0 1000 11101000 1000001 1001110

Color Harmonies of #A1ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABEB

Black with #A1ABEB

Text Example


Text Example

White with #A1ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABEB; }

 p { color: rgb(161,171,235); }

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

background-color css

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

 a { background-color: rgb(161,171,235); }

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

border-color css

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

 span { border-color: rgb(161,171,235); }

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