Html Css Color HEX #A1B3EC Perano

📋 copy color: '#A1B3EC'

red 161 ◦ green 179 ◦ blue 236

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

Shades of Perano #A1B3EC

Tints of Perano #A1B3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.08%

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

R = 27.95%
G = 31.08%
B = 40.97%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1B3EC (or 0xA1B3EC) is known color: Perano. HEX triplet: A1, B3 and EC. RGB value is (161,179,236). Sum of RGB (Red+Green+Blue) = 161+179+236=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1B3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B3EC is #5E4C13. Grayscale: #B3B3B3. Windows color (decimal): -6179860 or 15512481. OLE color: 15512481.

HSL color Cylindrical-coordinate representation of color #A1B3EC: hue angle of 225.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B3EC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 179 236 -
CMYK 0.32 0.24 0 0.07
HSL 225.6º 0.66% 0.78% -
HSV(B) 225.6º 0.32% 0.93% -
XYZ 45.96 45.87 85.79 -
YUV 180.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 161 179 236 0.32 0.24 0 0.07 225.6 0.66 0.78
Hex A1 B3 EC 20 18 0 7 E2 42 4E
Octal 241 263 354 40 30 0 7 342 102 116
Binary 10100001 10110011 11101100 100000 11000 0 111 11100010 1000010 1001110

Color Harmonies of #A1B3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B3EC

Black with #A1B3EC

Text Example


Text Example

White with #A1B3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B3EC; }

 p { color: rgb(161,179,236); }

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

background-color css

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

 a { background-color: rgb(161,179,236); }

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

border-color css

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

 span { border-color: rgb(161,179,236); }

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