Html Css Color HEX #AB4DA4 Violet Blue

📋 copy color: '#AB4DA4'

red 171 ◦ green 77 ◦ blue 164

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

Shades of Violet Blue #AB4DA4

Tints of Violet Blue #AB4DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.81%

R = 41.5%
G = 18.69%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB4DA4 (or 0xAB4DA4) is known color: Violet Blue. HEX triplet: AB, 4D and A4. RGB value is (171,77,164). Sum of RGB (Red+Green+Blue) = 171+77+164=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DA4 is #54B25B. Grayscale: #727272. Windows color (decimal): -5550684 or 10767787. OLE color: 10767787.

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

Color convert

RGB 171 77 164 -
CMYK 0 0.55 0.04 0.33
HSL 304.47º 0.38% 0.49% -
HSV(B) 304.47º 0.55% 0.67% -
XYZ 26.15 16.65 36.96 -
YUV 115.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 171 77 164 0 0.55 0.04 0.33 304.47 0.38 0.49
Hex AB 4D A4 0 37 4 21 130 26 31
Octal 253 115 244 0 67 4 41 460 46 61
Binary 10101011 1001101 10100100 0 110111 100 100001 100110000 100110 110001

Color Harmonies of #AB4DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DA4

Black with #AB4DA4

Text Example


Text Example

White with #AB4DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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