Html Css Color HEX #A443AD Violet Blue

📋 copy color: '#A443AD'

red 164 ◦ green 67 ◦ blue 173

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

Shades of Violet Blue #A443AD

Tints of Violet Blue #A443AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.58%

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

R = 40.59%
G = 16.58%
B = 42.82%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A443AD (or 0xA443AD) is known color: Violet Blue. HEX triplet: A4, 43 and AD. RGB value is (164,67,173). Sum of RGB (Red+Green+Blue) = 164+67+173=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A443AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A443AD is #5BBC52. Grayscale: #6B6B6B. Windows color (decimal): -6011987 or 11355044. OLE color: 11355044.

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

Color convert

RGB 164 67 173 -
CMYK 0.05 0.61 0 0.32
HSL 294.91º 0.44% 0.47% -
HSV(B) 294.91º 0.61% 0.68% -
XYZ 24.86 14.92 41.11 -
YUV 108.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 164 67 173 0.05 0.61 0 0.32 294.91 0.44 0.47
Hex A4 43 AD 5 3D 0 20 127 2C 2F
Octal 244 103 255 5 75 0 40 447 54 57
Binary 10100100 1000011 10101101 101 111101 0 100000 100100111 101100 101111

Color Harmonies of #A443AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A443AD

Black with #A443AD

Text Example


Text Example

White with #A443AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A443AD; }

 p { color: rgb(164,67,173); }

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

background-color css

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

 a { background-color: rgb(164,67,173); }

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

border-color css

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

 span { border-color: rgb(164,67,173); }

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