Html Css Color HEX #ABA9EA Perano

📋 copy color: '#ABA9EA'

red 171 ◦ green 169 ◦ blue 234

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

Shades of Perano #ABA9EA

Tints of Perano #ABA9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 29.79%
G = 29.44%
B = 40.77%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABA9EA (or 0xABA9EA) is known color: Perano. HEX triplet: AB, A9 and EA. RGB value is (171,169,234). Sum of RGB (Red+Green+Blue) = 171+169+234=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9EA is #545615. Grayscale: #B0B0B0. Windows color (decimal): -5527062 or 15378859. OLE color: 15378859.

HSL color Cylindrical-coordinate representation of color #ABA9EA: hue angle of 241.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA9EA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 169 234 -
CMYK 0.27 0.28 0 0.08
HSL 241.85º 0.61% 0.79% -
HSV(B) 241.85º 0.28% 0.92% -
XYZ 45.83 42.97 83.72 -
YUV 177.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 171 169 234 0.27 0.28 0 0.08 241.85 0.61 0.79
Hex AB A9 EA 1B 1C 0 8 F2 3D 4F
Octal 253 251 352 33 34 0 10 362 75 117
Binary 10101011 10101001 11101010 11011 11100 0 1000 11110010 111101 1001111

Color Harmonies of #ABA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9EA

Black with #ABA9EA

Text Example


Text Example

White with #ABA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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