Html Css Color HEX #AB419E Violet Blue

📋 copy color: '#AB419E'

red 171 ◦ green 65 ◦ blue 158

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

Shades of Violet Blue #AB419E

Tints of Violet Blue #AB419E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 43.4%
G = 16.5%
B = 40.1%

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

#AB419E (or 0xAB419E) is known color: Violet Blue. HEX triplet: AB, 41 and 9E. RGB value is (171,65,158). Sum of RGB (Red+Green+Blue) = 171+65+158=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB419E is #54BE61. Grayscale: #6B6B6B. Windows color (decimal): -5553762 or 10371499. OLE color: 10371499.

HSL color Cylindrical-coordinate representation of color #AB419E: hue angle of 307.36º 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 #AB419E is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 158 -
CMYK 0 0.62 0.08 0.33
HSL 307.36º 0.45% 0.46% -
HSV(B) 307.36º 0.62% 0.67% -
XYZ 24.86 14.91 33.92 -
YUV 107.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 171 65 158 0 0.62 0.08 0.33 307.36 0.45 0.46
Hex AB 41 9E 0 3E 8 21 133 2D 2E
Octal 253 101 236 0 76 10 41 463 55 56
Binary 10101011 1000001 10011110 0 111110 1000 100001 100110011 101101 101110

Color Harmonies of #AB419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB419E

Black with #AB419E

Text Example


Text Example

White with #AB419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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