Html Css Color HEX #A2ABEE Perano

📋 copy color: '#A2ABEE'

red 162 ◦ green 171 ◦ blue 238

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

Shades of Perano #A2ABEE

Tints of Perano #A2ABEE

RGB

 RED value IS 162 (63.67% from 255) = 28.37%

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

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

R = 28.37%
G = 29.95%
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

#A2ABEE (or 0xA2ABEE) is known color: Perano. HEX triplet: A2, AB and EE. RGB value is (162,171,238). Sum of RGB (Red+Green+Blue) = 162+171+238=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 171 (67.19% from 255 or 29.95% 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 #A2ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABEE is #5D5411. Grayscale: #AFAFAF. Windows color (decimal): -6116370 or 15641506. OLE color: 15641506.

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

Color convert

RGB 162 171 238 -
CMYK 0.32 0.28 0 0.07
HSL 232.89º 0.69% 0.78% -
HSV(B) 232.89º 0.32% 0.93% -
XYZ 44.9 42.98 86.82 -
YUV 175.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 162 171 238 0.32 0.28 0 0.07 232.89 0.69 0.78
Hex A2 AB EE 20 1C 0 7 E9 45 4E
Octal 242 253 356 40 34 0 7 351 105 116
Binary 10100010 10101011 11101110 100000 11100 0 111 11101001 1000101 1001110

Color Harmonies of #A2ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ABEE

Black with #A2ABEE

Text Example


Text Example

White with #A2ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ABEE; }

 p { color: rgb(162,171,238); }

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

background-color css

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

 a { background-color: rgb(162,171,238); }

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

border-color css

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

 span { border-color: rgb(162,171,238); }

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