Html Css Color HEX #ABA6EF Perano

📋 copy color: '#ABA6EF'

red 171 ◦ green 166 ◦ blue 239

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

Shades of Perano #ABA6EF

Tints of Perano #ABA6EF

RGB

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

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

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

R = 29.69%
G = 28.82%
B = 41.49%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABA6EF (or 0xABA6EF) is known color: Perano. HEX triplet: AB, A6 and EF. RGB value is (171,166,239). Sum of RGB (Red+Green+Blue) = 171+166+239=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABA6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6EF is #545910. Grayscale: #AFAFAF. Windows color (decimal): -5527825 or 15705771. OLE color: 15705771.

HSL color Cylindrical-coordinate representation of color #ABA6EF: hue angle of 244.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA6EF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 166 239 -
CMYK 0.28 0.31 0 0.06
HSL 244.11º 0.7% 0.79% -
HSV(B) 244.11º 0.31% 0.94% -
XYZ 46.01 42.16 87.37 -
YUV 175.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 171 166 239 0.28 0.31 0 0.06 244.11 0.7 0.79
Hex AB A6 EF 1C 1F 0 6 F4 46 4F
Octal 253 246 357 34 37 0 6 364 106 117
Binary 10101011 10100110 11101111 11100 11111 0 110 11110100 1000110 1001111

Color Harmonies of #ABA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6EF

Black with #ABA6EF

Text Example


Text Example

White with #ABA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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