Html Css Color HEX #A403B4 Dark Violet

📋 copy color: '#A403B4'

red 164 ◦ green 3 ◦ blue 180

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

Shades of Dark Violet #A403B4

Tints of Dark Violet #A403B4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 180 (70.7% from 255) = 51.87%

R = 47.26%
G = 0.86%
B = 51.87%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A403B4 (or 0xA403B4) is known color: Dark Violet. HEX triplet: A4, 03 and B4. RGB value is (164,3,180). Sum of RGB (Red+Green+Blue) = 164+3+180=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #A403B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403B4 is #5BFC4B. Grayscale: #464646. Windows color (decimal): -6028364 or 11797412. OLE color: 11797412.

HSL color Cylindrical-coordinate representation of color #A403B4: hue angle of 294.58º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403B4 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 3 180 -
CMYK 0.09 0.98 0 0.29
HSL 294.58º 0.97% 0.36% -
HSV(B) 294.58º 0.98% 0.71% -
XYZ 23.58 11.25 44.11 -
YUV 71.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 164 3 180 0.09 0.98 0 0.29 294.58 0.97 0.36
Hex A4 3 B4 9 62 0 1D 127 61 24
Octal 244 3 264 11 142 0 35 447 141 44
Binary 10100100 11 10110100 1001 1100010 0 11101 100100111 1100001 100100

Color Harmonies of #A403B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403B4

Black with #A403B4

Text Example


Text Example

White with #A403B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403B4; }

 p { color: rgb(164,3,180); }

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

background-color css

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

 a { background-color: rgb(164,3,180); }

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

border-color css

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

 span { border-color: rgb(164,3,180); }

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