Html Css Color HEX #ABA6ED Perano

📋 copy color: '#ABA6ED'

red 171 ◦ green 166 ◦ blue 237

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

Shades of Perano #ABA6ED

Tints of Perano #ABA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.92%

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 29.79%
G = 28.92%
B = 41.29%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA6ED (or 0xABA6ED) is known color: Perano. HEX triplet: AB, A6 and ED. RGB value is (171,166,237). Sum of RGB (Red+Green+Blue) = 171+166+237=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABA6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6ED is #545912. Grayscale: #AFAFAF. Windows color (decimal): -5527827 or 15574699. OLE color: 15574699.

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

Color convert

RGB 171 166 237 -
CMYK 0.28 0.30 0 0.07
HSL 244.23º 0.66% 0.79% -
HSV(B) 244.23º 0.3% 0.93% -
XYZ 45.72 42.04 85.83 -
YUV 175.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 171 166 237 0.28 0.30 0 0.07 244.23 0.66 0.79
Hex AB A6 ED 1C 1E 0 7 F4 42 4F
Octal 253 246 355 34 36 0 7 364 102 117
Binary 10101011 10100110 11101101 11100 11110 0 111 11110100 1000010 1001111

Color Harmonies of #ABA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6ED

Black with #ABA6ED

Text Example


Text Example

White with #ABA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6ED; }

 p { color: rgb(171,166,237); }

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

background-color css

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

 a { background-color: rgb(171,166,237); }

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

border-color css

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

 span { border-color: rgb(171,166,237); }

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