Html Css Color HEX #ABA6EE Perano

📋 copy color: '#ABA6EE'

red 171 ◦ green 166 ◦ blue 238

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

Shades of Perano #ABA6EE

Tints of Perano #ABA6EE

RGB

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

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

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

R = 29.74%
G = 28.87%
B = 41.39%

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

#ABA6EE (or 0xABA6EE) is known color: Perano. HEX triplet: AB, A6 and EE. RGB value is (171,166,238). Sum of RGB (Red+Green+Blue) = 171+166+238=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6EE is #545911. Grayscale: #AFAFAF. Windows color (decimal): -5527826 or 15640235. OLE color: 15640235.

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

Color convert

RGB 171 166 238 -
CMYK 0.28 0.30 0 0.07
HSL 244.17º 0.68% 0.79% -
HSV(B) 244.17º 0.3% 0.93% -
XYZ 45.86 42.1 86.6 -
YUV 175.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 171 166 238 0.28 0.30 0 0.07 244.17 0.68 0.79
Hex AB A6 EE 1C 1E 0 7 F4 44 4F
Octal 253 246 356 34 36 0 7 364 104 117
Binary 10101011 10100110 11101110 11100 11110 0 111 11110100 1000100 1001111

Color Harmonies of #ABA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6EE

Black with #ABA6EE

Text Example


Text Example

White with #ABA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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