Html Css Color HEX #AB41AD Violet Blue

📋 copy color: '#AB41AD'

red 171 ◦ green 65 ◦ blue 173

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

Shades of Violet Blue #AB41AD

Tints of Violet Blue #AB41AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 41.81%
G = 15.89%
B = 42.3%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB41AD (or 0xAB41AD) is known color: Violet Blue. HEX triplet: AB, 41 and AD. RGB value is (171,65,173). Sum of RGB (Red+Green+Blue) = 171+65+173=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41AD is #54BE52. Grayscale: #6C6C6C. Windows color (decimal): -5553747 or 11354539. OLE color: 11354539.

HSL color Cylindrical-coordinate representation of color #AB41AD: hue angle of 298.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB41AD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 65 173 -
CMYK 0.01 0.62 0 0.32
HSL 298.89º 0.45% 0.47% -
HSV(B) 298.89º 0.62% 0.68% -
XYZ 26.23 15.46 41.14 -
YUV 109.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 171 65 173 0.01 0.62 0 0.32 298.89 0.45 0.47
Hex AB 41 AD 1 3E 0 20 12B 2D 2F
Octal 253 101 255 1 76 0 40 453 55 57
Binary 10101011 1000001 10101101 1 111110 0 100000 100101011 101101 101111

Color Harmonies of #AB41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41AD

Black with #AB41AD

Text Example


Text Example

White with #AB41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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