Html Css Color HEX #A304CC Dark Violet

📋 copy color: '#A304CC'

red 163 ◦ green 4 ◦ blue 204

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

Shades of Dark Violet #A304CC

Tints of Dark Violet #A304CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 43.94%
G = 1.08%
B = 54.99%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A304CC (or 0xA304CC) is known color: Dark Violet. HEX triplet: A3, 04 and CC. RGB value is (163,4,204). Sum of RGB (Red+Green+Blue) = 163+4+204=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A304CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304CC is #5CFB33. Grayscale: #494949. Windows color (decimal): -6093620 or 13370531. OLE color: 13370531.

HSL color Cylindrical-coordinate representation of color #A304CC: hue angle of 287.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304CC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 4 204 -
CMYK 0.20 0.98 0 0.2
HSL 287.7º 0.96% 0.41% -
HSV(B) 287.7º 0.98% 0.8% -
XYZ 26.05 12.23 58.12 -
YUV 74.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 163 4 204 0.20 0.98 0 0.2 287.7 0.96 0.41
Hex A3 4 CC 14 62 0 14 120 60 29
Octal 243 4 314 24 142 0 24 440 140 51
Binary 10100011 100 11001100 10100 1100010 0 10100 100100000 1100000 101001

Color Harmonies of #A304CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304CC

Black with #A304CC

Text Example


Text Example

White with #A304CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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