Html Css Color HEX #AB4D9F Violet Blue

📋 copy color: '#AB4D9F'

red 171 ◦ green 77 ◦ blue 159

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

Shades of Violet Blue #AB4D9F

Tints of Violet Blue #AB4D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 42.01%
G = 18.92%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB4D9F (or 0xAB4D9F) is known color: Violet Blue. HEX triplet: AB, 4D and 9F. RGB value is (171,77,159). Sum of RGB (Red+Green+Blue) = 171+77+159=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4D9F is #54B260. Grayscale: #727272. Windows color (decimal): -5550689 or 10440107. OLE color: 10440107.

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

Color convert

RGB 171 77 159 -
CMYK 0 0.55 0.07 0.33
HSL 307.66º 0.38% 0.49% -
HSV(B) 307.66º 0.55% 0.67% -
XYZ 25.71 16.47 34.62 -
YUV 114.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 171 77 159 0 0.55 0.07 0.33 307.66 0.38 0.49
Hex AB 4D 9F 0 37 7 21 134 26 31
Octal 253 115 237 0 67 7 41 464 46 61
Binary 10101011 1001101 10011111 0 110111 111 100001 100110100 100110 110001

Color Harmonies of #AB4D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D9F

Black with #AB4D9F

Text Example


Text Example

White with #AB4D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D9F; }

 p { color: rgb(171,77,159); }

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

background-color css

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

 a { background-color: rgb(171,77,159); }

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

border-color css

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

 span { border-color: rgb(171,77,159); }

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