Html Css Color HEX #A304B6 Dark Violet

📋 copy color: '#A304B6'

red 163 ◦ green 4 ◦ blue 182

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

Shades of Dark Violet #A304B6

Tints of Dark Violet #A304B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.15%

R = 46.7%
G = 1.15%
B = 52.15%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A304B6 (or 0xA304B6) is known color: Dark Violet. HEX triplet: A3, 04 and B6. RGB value is (163,4,182). Sum of RGB (Red+Green+Blue) = 163+4+182=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 182 (71.48% from 255 or 52.15% from 349); Max value from RGB is 182 - color contains mainly: blue. Hex color #A304B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304B6 is #5CFB49. Grayscale: #474747. Windows color (decimal): -6093642 or 11928739. OLE color: 11928739.

HSL color Cylindrical-coordinate representation of color #A304B6: hue angle of 293.6º degrees, saturation: 0.96, 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 #A304B6 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 4 182 -
CMYK 0.10 0.98 0 0.29
HSL 293.6º 0.96% 0.36% -
HSV(B) 293.6º 0.98% 0.71% -
XYZ 23.59 11.25 45.18 -
YUV 71.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 163 4 182 0.10 0.98 0 0.29 293.6 0.96 0.36
Hex A3 4 B6 A 62 0 1D 126 60 24
Octal 243 4 266 12 142 0 35 446 140 44
Binary 10100011 100 10110110 1010 1100010 0 11101 100100110 1100000 100100

Color Harmonies of #A304B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304B6

Black with #A304B6

Text Example


Text Example

White with #A304B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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