Html Css Color HEX #ABA7EC Perano

📋 copy color: '#ABA7EC'

red 171 ◦ green 167 ◦ blue 236

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

Shades of Perano #ABA7EC

Tints of Perano #ABA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.09%

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

R = 29.79%
G = 29.09%
B = 41.11%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA7EC (or 0xABA7EC) is known color: Perano. HEX triplet: AB, A7 and EC. RGB value is (171,167,236). Sum of RGB (Red+Green+Blue) = 171+167+236=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7EC is #545813. Grayscale: #AFAFAF. Windows color (decimal): -5527572 or 15509419. OLE color: 15509419.

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

Color convert

RGB 171 167 236 -
CMYK 0.28 0.29 0 0.07
HSL 243.48º 0.64% 0.79% -
HSV(B) 243.48º 0.29% 0.93% -
XYZ 45.75 42.35 85.12 -
YUV 176.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 171 167 236 0.28 0.29 0 0.07 243.48 0.64 0.79
Hex AB A7 EC 1C 1D 0 7 F3 40 4F
Octal 253 247 354 34 35 0 7 363 100 117
Binary 10101011 10100111 11101100 11100 11101 0 111 11110011 1000000 1001111

Color Harmonies of #ABA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7EC

Black with #ABA7EC

Text Example


Text Example

White with #ABA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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