Html Css Color HEX #ABA8EF Perano

📋 copy color: '#ABA8EF'

red 171 ◦ green 168 ◦ blue 239

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

Shades of Perano #ABA8EF

Tints of Perano #ABA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.07%

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 29.58%
G = 29.07%
B = 41.35%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABA8EF (or 0xABA8EF) is known color: Perano. HEX triplet: AB, A8 and EF. RGB value is (171,168,239). Sum of RGB (Red+Green+Blue) = 171+168+239=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABA8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8EF is #545710. Grayscale: #B0B0B0. Windows color (decimal): -5527313 or 15706283. OLE color: 15706283.

HSL color Cylindrical-coordinate representation of color #ABA8EF: hue angle of 242.54º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA8EF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 168 239 -
CMYK 0.28 0.30 0 0.06
HSL 242.54º 0.69% 0.8% -
HSV(B) 242.54º 0.3% 0.94% -
XYZ 46.38 42.9 87.5 -
YUV 176.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 171 168 239 0.28 0.30 0 0.06 242.54 0.69 0.8
Hex AB A8 EF 1C 1E 0 6 F3 45 50
Octal 253 250 357 34 36 0 6 363 105 120
Binary 10101011 10101000 11101111 11100 11110 0 110 11110011 1000101 1010000

Color Harmonies of #ABA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8EF

Black with #ABA8EF

Text Example


Text Example

White with #ABA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8EF; }

 p { color: rgb(171,168,239); }

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

background-color css

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

 a { background-color: rgb(171,168,239); }

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

border-color css

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

 span { border-color: rgb(171,168,239); }

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