Html Css Color HEX #AB4F98 Violet Blue

📋 copy color: '#AB4F98'

red 171 ◦ green 79 ◦ blue 152

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

Shades of Violet Blue #AB4F98

Tints of Violet Blue #AB4F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 42.54%
G = 19.65%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB4F98 (or 0xAB4F98) is known color: Violet Blue. HEX triplet: AB, 4F and 98. RGB value is (171,79,152). Sum of RGB (Red+Green+Blue) = 171+79+152=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4F98 is #54B067. Grayscale: #727272. Windows color (decimal): -5550184 or 9981867. OLE color: 9981867.

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

Color convert

RGB 171 79 152 -
CMYK 0 0.54 0.11 0.33
HSL 312.39º 0.37% 0.49% -
HSV(B) 312.39º 0.54% 0.67% -
XYZ 25.26 16.52 31.56 -
YUV 114.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 171 79 152 0 0.54 0.11 0.33 312.39 0.37 0.49
Hex AB 4F 98 0 36 B 21 138 25 31
Octal 253 117 230 0 66 13 41 470 45 61
Binary 10101011 1001111 10011000 0 110110 1011 100001 100111000 100101 110001

Color Harmonies of #AB4F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F98

Black with #AB4F98

Text Example


Text Example

White with #AB4F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F98; }

 p { color: rgb(171,79,152); }

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

background-color css

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

 a { background-color: rgb(171,79,152); }

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

border-color css

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

 span { border-color: rgb(171,79,152); }

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