Html Css Color HEX #A403AF Dark Violet

📋 copy color: '#A403AF'

red 164 ◦ green 3 ◦ blue 175

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

Shades of Dark Violet #A403AF

Tints of Dark Violet #A403AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 47.95%
G = 0.88%
B = 51.17%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A403AF (or 0xA403AF) is known color: Dark Violet. HEX triplet: A4, 03 and AF. RGB value is (164,3,175). Sum of RGB (Red+Green+Blue) = 164+3+175=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #A403AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A403AF is #5BFC50. Grayscale: #464646. Windows color (decimal): -6028369 or 11469732. OLE color: 11469732.

HSL color Cylindrical-coordinate representation of color #A403AF: hue angle of 296.16º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403AF is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 3 175 -
CMYK 0.06 0.98 0 0.31
HSL 296.16º 0.97% 0.35% -
HSV(B) 296.16º 0.98% 0.69% -
XYZ 23.08 11.05 41.47 -
YUV 70.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 164 3 175 0.06 0.98 0 0.31 296.16 0.97 0.35
Hex A4 3 AF 6 62 0 1F 128 61 23
Octal 244 3 257 6 142 0 37 450 141 43
Binary 10100100 11 10101111 110 1100010 0 11111 100101000 1100001 100011

Color Harmonies of #A403AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403AF

Black with #A403AF

Text Example


Text Example

White with #A403AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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