Html Css Color HEX #ABAAEA Perano

📋 copy color: '#ABAAEA'

red 171 ◦ green 170 ◦ blue 234

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

Shades of Perano #ABAAEA

Tints of Perano #ABAAEA

RGB

 RED value IS 171 (67.19% from 255) = 29.74%

 GREEN value IS 170 (66.8% from 255) = 29.57%

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 29.74%
G = 29.57%
B = 40.7%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABAAEA (or 0xABAAEA) is known color: Perano. HEX triplet: AB, AA and EA. RGB value is (171,170,234). Sum of RGB (Red+Green+Blue) = 171+170+234=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAEA is #545515. Grayscale: #B1B1B1. Windows color (decimal): -5526806 or 15379115. OLE color: 15379115.

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

Color convert

RGB 171 170 234 -
CMYK 0.27 0.27 0 0.08
HSL 240.94º 0.6% 0.79% -
HSV(B) 240.94º 0.27% 0.92% -
XYZ 46.02 43.35 83.78 -
YUV 177.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 171 170 234 0.27 0.27 0 0.08 240.94 0.6 0.79
Hex AB AA EA 1B 1B 0 8 F1 3C 4F
Octal 253 252 352 33 33 0 10 361 74 117
Binary 10101011 10101010 11101010 11011 11011 0 1000 11110001 111100 1001111

Color Harmonies of #ABAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAEA

Black with #ABAAEA

Text Example


Text Example

White with #ABAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAEA; }

 p { color: rgb(171,170,234); }

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

background-color css

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

 a { background-color: rgb(171,170,234); }

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

border-color css

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

 span { border-color: rgb(171,170,234); }

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