Html Css Color HEX #A304BA Dark Violet

📋 copy color: '#A304BA'

red 163 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #A304BA

Tints of Dark Violet #A304BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 46.18%
G = 1.13%
B = 52.69%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A304BA (or 0xA304BA) is known color: Dark Violet. HEX triplet: A3, 04 and BA. RGB value is (163,4,186). Sum of RGB (Red+Green+Blue) = 163+4+186=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A304BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304BA is #5CFB45. Grayscale: #474747. Windows color (decimal): -6093638 or 12190883. OLE color: 12190883.

HSL color Cylindrical-coordinate representation of color #A304BA: hue angle of 292.42º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304BA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 4 186 -
CMYK 0.12 0.98 0 0.27
HSL 292.42º 0.96% 0.37% -
HSV(B) 292.42º 0.98% 0.73% -
XYZ 24.01 11.42 47.39 -
YUV 72.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 163 4 186 0.12 0.98 0 0.27 292.42 0.96 0.37
Hex A3 4 BA C 62 0 1B 124 60 25
Octal 243 4 272 14 142 0 33 444 140 45
Binary 10100011 100 10111010 1100 1100010 0 11011 100100100 1100000 100101

Color Harmonies of #A304BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304BA

Black with #A304BA

Text Example


Text Example

White with #A304BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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