Html Css Color HEX #A304B7 Dark Violet

📋 copy color: '#A304B7'

red 163 ◦ green 4 ◦ blue 183

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

Shades of Dark Violet #A304B7

Tints of Dark Violet #A304B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.29%

R = 46.57%
G = 1.14%
B = 52.29%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A304B7 (or 0xA304B7) is known color: Dark Violet. HEX triplet: A3, 04 and B7. RGB value is (163,4,183). Sum of RGB (Red+Green+Blue) = 163+4+183=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #A304B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304B7 is #5CFB48. Grayscale: #474747. Windows color (decimal): -6093641 or 11994275. OLE color: 11994275.

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

Color convert

RGB 163 4 183 -
CMYK 0.11 0.98 0 0.28
HSL 293.3º 0.96% 0.37% -
HSV(B) 293.3º 0.98% 0.72% -
XYZ 23.69 11.29 45.73 -
YUV 71.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 163 4 183 0.11 0.98 0 0.28 293.3 0.96 0.37
Hex A3 4 B7 B 62 0 1C 125 60 25
Octal 243 4 267 13 142 0 34 445 140 45
Binary 10100011 100 10110111 1011 1100010 0 11100 100100101 1100000 100101

Color Harmonies of #A304B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304B7

Black with #A304B7

Text Example


Text Example

White with #A304B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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