Html Css Color HEX #AB9DFF Perano

📋 copy color: '#AB9DFF'

red 171 ◦ green 157 ◦ blue 255

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

Shades of Perano #AB9DFF

Tints of Perano #AB9DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

 BLUE value IS 255 (100% from 255) = 43.74%

R = 29.33%
G = 26.93%
B = 43.74%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB9DFF (or 0xAB9DFF) is known color: Perano. HEX triplet: AB, 9D and FF. RGB value is (171,157,255). Sum of RGB (Red+Green+Blue) = 171+157+255=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DFF is #546200. Grayscale: #ABABAB. Windows color (decimal): -5530113 or 16752043. OLE color: 16752043.

HSL color Cylindrical-coordinate representation of color #AB9DFF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9DFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 157 255 -
CMYK 0.33 0.38 0 0
HSL 248.57º 1% 0.81% -
HSV(B) 248.57º 0.38% 1% -
XYZ 46.9 39.99 99.85 -
YUV 172.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 171 157 255 0.33 0.38 0 0 248.57 1 0.81
Hex AB 9D FF 21 26 0 0 F9 64 51
Octal 253 235 377 41 46 0 0 371 144 121
Binary 10101011 10011101 11111111 100001 100110 0 0 11111001 1100100 1010001

Color Harmonies of #AB9DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DFF

Black with #AB9DFF

Text Example


Text Example

White with #AB9DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DFF; }

 p { color: rgb(171,157,255); }

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

background-color css

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

 a { background-color: rgb(171,157,255); }

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

border-color css

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

 span { border-color: rgb(171,157,255); }

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