Html Css Color HEX #A304D1 Dark Violet

📋 copy color: '#A304D1'

red 163 ◦ green 4 ◦ blue 209

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

Shades of Dark Violet #A304D1

Tints of Dark Violet #A304D1

RGB

 RED value IS 163 (64.06% from 255) = 43.35%

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 43.35%
G = 1.06%
B = 55.59%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A304D1 (or 0xA304D1) is known color: Dark Violet. HEX triplet: A3, 04 and D1. RGB value is (163,4,209). Sum of RGB (Red+Green+Blue) = 163+4+209=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #A304D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304D1 is #5CFB2E. Grayscale: #4A4A4A. Windows color (decimal): -6093615 or 13698211. OLE color: 13698211.

HSL color Cylindrical-coordinate representation of color #A304D1: hue angle of 286.54º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304D1 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 4 209 -
CMYK 0.22 0.98 0 0.18
HSL 286.54º 0.96% 0.42% -
HSV(B) 286.54º 0.98% 0.82% -
XYZ 26.66 12.48 61.32 -
YUV 74.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 163 4 209 0.22 0.98 0 0.18 286.54 0.96 0.42
Hex A3 4 D1 16 62 0 12 11F 60 2A
Octal 243 4 321 26 142 0 22 437 140 52
Binary 10100011 100 11010001 10110 1100010 0 10010 100011111 1100000 101010

Color Harmonies of #A304D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304D1

Black with #A304D1

Text Example


Text Example

White with #A304D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304D1; }

 p { color: rgb(163,4,209); }

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

background-color css

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

 a { background-color: rgb(163,4,209); }

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

border-color css

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

 span { border-color: rgb(163,4,209); }

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