Html Css Color HEX #ABA9EE Perano

📋 copy color: '#ABA9EE'

red 171 ◦ green 169 ◦ blue 238

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

Shades of Perano #ABA9EE

Tints of Perano #ABA9EE

RGB

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

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

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

R = 29.58%
G = 29.24%
B = 41.18%

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

#ABA9EE (or 0xABA9EE) is known color: Perano. HEX triplet: AB, A9 and EE. RGB value is (171,169,238). Sum of RGB (Red+Green+Blue) = 171+169+238=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9EE is #545611. Grayscale: #B1B1B1. Windows color (decimal): -5527058 or 15641003. OLE color: 15641003.

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

Color convert

RGB 171 169 238 -
CMYK 0.28 0.29 0 0.07
HSL 241.74º 0.67% 0.8% -
HSV(B) 241.74º 0.29% 0.93% -
XYZ 46.42 43.21 86.78 -
YUV 177.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 171 169 238 0.28 0.29 0 0.07 241.74 0.67 0.8
Hex AB A9 EE 1C 1D 0 7 F2 43 50
Octal 253 251 356 34 35 0 7 362 103 120
Binary 10101011 10101001 11101110 11100 11101 0 111 11110010 1000011 1010000

Color Harmonies of #ABA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9EE

Black with #ABA9EE

Text Example


Text Example

White with #ABA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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