Html Css Color HEX #A44DAB Violet Blue

📋 copy color: '#A44DAB'

red 164 ◦ green 77 ◦ blue 171

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

Shades of Violet Blue #A44DAB

Tints of Violet Blue #A44DAB

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 164 77 171 -
CMYK 0.04 0.55 0 0.33
HSL 295.53º 0.38% 0.49% -
HSV(B) 295.53º 0.55% 0.67% -
XYZ 25.31 16.14 40.31 -
YUV 113.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 164 77 171 0.04 0.55 0 0.33 295.53 0.38 0.49
Hex A4 4D AB 4 37 0 21 128 26 31
Octal 244 115 253 4 67 0 41 450 46 61
Binary 10100100 1001101 10101011 100 110111 0 100001 100101000 100110 110001

Color Harmonies of #A44DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DAB

Black with #A44DAB

Text Example


Text Example

White with #A44DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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