Html Css Color HEX #ABA5FB Perano

📋 copy color: '#ABA5FB'

red 171 ◦ green 165 ◦ blue 251

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

Shades of Perano #ABA5FB

Tints of Perano #ABA5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 29.13%
G = 28.11%
B = 42.76%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABA5FB (or 0xABA5FB) is known color: Perano. HEX triplet: AB, A5 and FB. RGB value is (171,165,251). Sum of RGB (Red+Green+Blue) = 171+165+251=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABA5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA5FB is #545A04. Grayscale: #B0B0B0. Windows color (decimal): -5528069 or 16491947. OLE color: 16491947.

HSL color Cylindrical-coordinate representation of color #ABA5FB: hue angle of 244.19º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA5FB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 165 251 -
CMYK 0.32 0.34 0 0.02
HSL 244.19º 0.91% 0.82% -
HSV(B) 244.19º 0.34% 0.98% -
XYZ 47.66 42.53 96.96 -
YUV 176.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 171 165 251 0.32 0.34 0 0.02 244.19 0.91 0.82
Hex AB A5 FB 20 22 0 2 F4 5B 52
Octal 253 245 373 40 42 0 2 364 133 122
Binary 10101011 10100101 11111011 100000 100010 0 10 11110100 1011011 1010010

Color Harmonies of #ABA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5FB

Black with #ABA5FB

Text Example


Text Example

White with #ABA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5FB; }

 p { color: rgb(171,165,251); }

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

background-color css

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

 a { background-color: rgb(171,165,251); }

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

border-color css

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

 span { border-color: rgb(171,165,251); }

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