Html Css Color HEX #A1B5EF Perano

📋 copy color: '#A1B5EF'

red 161 ◦ green 181 ◦ blue 239

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

Shades of Perano #A1B5EF

Tints of Perano #A1B5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.15%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 27.71%
G = 31.15%
B = 41.14%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1B5EF (or 0xA1B5EF) is known color: Perano. HEX triplet: A1, B5 and EF. RGB value is (161,181,239). Sum of RGB (Red+Green+Blue) = 161+181+239=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B5EF is #5E4A10. Grayscale: #B5B5B5. Windows color (decimal): -6179345 or 15709601. OLE color: 15709601.

HSL color Cylindrical-coordinate representation of color #A1B5EF: hue angle of 224.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B5EF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 181 239 -
CMYK 0.33 0.24 0 0.06
HSL 224.62º 0.71% 0.78% -
HSV(B) 224.62º 0.33% 0.94% -
XYZ 46.8 46.86 88.24 -
YUV 181.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 161 181 239 0.33 0.24 0 0.06 224.62 0.71 0.78
Hex A1 B5 EF 21 18 0 6 E1 47 4E
Octal 241 265 357 41 30 0 6 341 107 116
Binary 10100001 10110101 11101111 100001 11000 0 110 11100001 1000111 1001110

Color Harmonies of #A1B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5EF

Black with #A1B5EF

Text Example


Text Example

White with #A1B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5EF; }

 p { color: rgb(161,181,239); }

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

background-color css

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

 a { background-color: rgb(161,181,239); }

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

border-color css

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

 span { border-color: rgb(161,181,239); }

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