Html Css Color HEX #A1ACEE Perano

📋 copy color: '#A1ACEE'

red 161 ◦ green 172 ◦ blue 238

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

Shades of Perano #A1ACEE

Tints of Perano #A1ACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 28.2%
G = 30.12%
B = 41.68%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1ACEE (or 0xA1ACEE) is known color: Perano. HEX triplet: A1, AC and EE. RGB value is (161,172,238). Sum of RGB (Red+Green+Blue) = 161+172+238=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ACEE is #5E5311. Grayscale: #AFAFAF. Windows color (decimal): -6181650 or 15641761. OLE color: 15641761.

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

Color convert

RGB 161 172 238 -
CMYK 0.32 0.28 0 0.07
HSL 231.43º 0.69% 0.78% -
HSV(B) 231.43º 0.32% 0.93% -
XYZ 44.88 43.26 86.87 -
YUV 176.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 161 172 238 0.32 0.28 0 0.07 231.43 0.69 0.78
Hex A1 AC EE 20 1C 0 7 E7 45 4E
Octal 241 254 356 40 34 0 7 347 105 116
Binary 10100001 10101100 11101110 100000 11100 0 111 11100111 1000101 1001110

Color Harmonies of #A1ACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACEE

Black with #A1ACEE

Text Example


Text Example

White with #A1ACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACEE; }

 p { color: rgb(161,172,238); }

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

background-color css

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

 a { background-color: rgb(161,172,238); }

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

border-color css

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

 span { border-color: rgb(161,172,238); }

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