Html Css Color HEX #A304CF Dark Violet

📋 copy color: '#A304CF'

red 163 ◦ green 4 ◦ blue 207

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

Shades of Dark Violet #A304CF

Tints of Dark Violet #A304CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 43.58%
G = 1.07%
B = 55.35%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A304CF (or 0xA304CF) is known color: Dark Violet. HEX triplet: A3, 04 and CF. RGB value is (163,4,207). Sum of RGB (Red+Green+Blue) = 163+4+207=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #A304CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304CF is #5CFB30. Grayscale: #4A4A4A. Windows color (decimal): -6093617 or 13567139. OLE color: 13567139.

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

Color convert

RGB 163 4 207 -
CMYK 0.21 0.98 0 0.19
HSL 287º 0.96% 0.41% -
HSV(B) 287º 0.98% 0.81% -
XYZ 26.41 12.38 60.03 -
YUV 74.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 163 4 207 0.21 0.98 0 0.19 287 0.96 0.41
Hex A3 4 CF 15 62 0 13 11F 60 29
Octal 243 4 317 25 142 0 23 437 140 51
Binary 10100011 100 11001111 10101 1100010 0 10011 100011111 1100000 101001

Color Harmonies of #A304CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304CF

Black with #A304CF

Text Example


Text Example

White with #A304CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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