Html Css Color HEX #A307C1 Dark Violet

📋 copy color: '#A307C1'

red 163 ◦ green 7 ◦ blue 193

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

Shades of Dark Violet #A307C1

Tints of Dark Violet #A307C1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

 BLUE value IS 193 (75.78% from 255) = 53.17%

R = 44.9%
G = 1.93%
B = 53.17%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A307C1 (or 0xA307C1) is known color: Dark Violet. HEX triplet: A3, 07 and C1. RGB value is (163,7,193). Sum of RGB (Red+Green+Blue) = 163+7+193=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #A307C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307C1 is #5CF83E. Grayscale: #4A4A4A. Windows color (decimal): -6092863 or 12650403. OLE color: 12650403.

HSL color Cylindrical-coordinate representation of color #A307C1: hue angle of 290.32º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307C1 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 7 193 -
CMYK 0.16 0.96 0 0.24
HSL 290.32º 0.93% 0.39% -
HSV(B) 290.32º 0.96% 0.76% -
XYZ 24.81 11.79 51.42 -
YUV 74.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 163 7 193 0.16 0.96 0 0.24 290.32 0.93 0.39
Hex A3 7 C1 10 60 0 18 122 5D 27
Octal 243 7 301 20 140 0 30 442 135 47
Binary 10100011 111 11000001 10000 1100000 0 11000 100100010 1011101 100111

Color Harmonies of #A307C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307C1

Black with #A307C1

Text Example


Text Example

White with #A307C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307C1; }

 p { color: rgb(163,7,193); }

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

background-color css

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

 a { background-color: rgb(163,7,193); }

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

border-color css

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

 span { border-color: rgb(163,7,193); }

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