Html Css Color HEX #AB419D Violet Blue

📋 copy color: '#AB419D'

red 171 ◦ green 65 ◦ blue 157

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

Shades of Violet Blue #AB419D

Tints of Violet Blue #AB419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 43.51%
G = 16.54%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB419D (or 0xAB419D) is known color: Violet Blue. HEX triplet: AB, 41 and 9D. RGB value is (171,65,157). Sum of RGB (Red+Green+Blue) = 171+65+157=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB419D is #54BE62. Grayscale: #6A6A6A. Windows color (decimal): -5553763 or 10305963. OLE color: 10305963.

HSL color Cylindrical-coordinate representation of color #AB419D: hue angle of 307.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB419D is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 157 -
CMYK 0 0.62 0.08 0.33
HSL 307.92º 0.45% 0.46% -
HSV(B) 307.92º 0.62% 0.67% -
XYZ 24.77 14.87 33.46 -
YUV 107.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 171 65 157 0 0.62 0.08 0.33 307.92 0.45 0.46
Hex AB 41 9D 0 3E 8 21 134 2D 2E
Octal 253 101 235 0 76 10 41 464 55 56
Binary 10101011 1000001 10011101 0 111110 1000 100001 100110100 101101 101110

Color Harmonies of #AB419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB419D

Black with #AB419D

Text Example


Text Example

White with #AB419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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