Html Css Color HEX #ABA9EC Perano

📋 copy color: '#ABA9EC'

red 171 ◦ green 169 ◦ blue 236

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

Shades of Perano #ABA9EC

Tints of Perano #ABA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.34%

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

R = 29.69%
G = 29.34%
B = 40.97%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA9EC (or 0xABA9EC) is known color: Perano. HEX triplet: AB, A9 and EC. RGB value is (171,169,236). Sum of RGB (Red+Green+Blue) = 171+169+236=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 169 (66.41% from 255 or 29.34% 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 #ABA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9EC is #545613. Grayscale: #B0B0B0. Windows color (decimal): -5527060 or 15509931. OLE color: 15509931.

HSL color Cylindrical-coordinate representation of color #ABA9EC: hue angle of 241.79º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA9EC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 169 236 -
CMYK 0.28 0.28 0 0.07
HSL 241.79º 0.64% 0.79% -
HSV(B) 241.79º 0.28% 0.93% -
XYZ 46.12 43.09 85.24 -
YUV 177.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 171 169 236 0.28 0.28 0 0.07 241.79 0.64 0.79
Hex AB A9 EC 1C 1C 0 7 F2 40 4F
Octal 253 251 354 34 34 0 7 362 100 117
Binary 10101011 10101001 11101100 11100 11100 0 111 11110010 1000000 1001111

Color Harmonies of #ABA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9EC

Black with #ABA9EC

Text Example


Text Example

White with #ABA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9EC; }

 p { color: rgb(171,169,236); }

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

background-color css

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

 a { background-color: rgb(171,169,236); }

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

border-color css

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

 span { border-color: rgb(171,169,236); }

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