Html Css Color HEX #A403D0 Dark Violet

📋 copy color: '#A403D0'

red 164 ◦ green 3 ◦ blue 208

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

Shades of Dark Violet #A403D0

Tints of Dark Violet #A403D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 43.73%
G = 0.8%
B = 55.47%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A403D0 (or 0xA403D0) is known color: Dark Violet. HEX triplet: A4, 03 and D0. RGB value is (164,3,208). Sum of RGB (Red+Green+Blue) = 164+3+208=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #A403D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403D0 is #5BFC2F. Grayscale: #494949. Windows color (decimal): -6028336 or 13632420. OLE color: 13632420.

HSL color Cylindrical-coordinate representation of color #A403D0: hue angle of 287.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403D0 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 3 208 -
CMYK 0.21 0.99 0 0.18
HSL 287.12º 0.97% 0.41% -
HSV(B) 287.12º 0.99% 0.82% -
XYZ 26.73 12.51 60.68 -
YUV 74.51 203.34 191.83 -
System Red Green Blue C M Y K H S L
Decimal 164 3 208 0.21 0.99 0 0.18 287.12 0.97 0.41
Hex A4 3 D0 15 63 0 12 11F 61 29
Octal 244 3 320 25 143 0 22 437 141 51
Binary 10100100 11 11010000 10101 1100011 0 10010 100011111 1100001 101001

Color Harmonies of #A403D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403D0

Black with #A403D0

Text Example


Text Example

White with #A403D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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