Html Css Color HEX #A307C7 Dark Violet

📋 copy color: '#A307C7'

red 163 ◦ green 7 ◦ blue 199

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

Shades of Dark Violet #A307C7

Tints of Dark Violet #A307C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.93%

R = 44.17%
G = 1.9%
B = 53.93%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A307C7 (or 0xA307C7) is known color: Dark Violet. HEX triplet: A3, 07 and C7. RGB value is (163,7,199). Sum of RGB (Red+Green+Blue) = 163+7+199=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #A307C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307C7 is #5CF838. Grayscale: #4A4A4A. Windows color (decimal): -6092857 or 13043619. OLE color: 13043619.

HSL color Cylindrical-coordinate representation of color #A307C7: hue angle of 288.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307C7 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 7 199 -
CMYK 0.18 0.96 0 0.22
HSL 288.75º 0.93% 0.4% -
HSV(B) 288.75º 0.96% 0.78% -
XYZ 25.49 12.06 55.02 -
YUV 75.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 163 7 199 0.18 0.96 0 0.22 288.75 0.93 0.4
Hex A3 7 C7 12 60 0 16 121 5D 28
Octal 243 7 307 22 140 0 26 441 135 50
Binary 10100011 111 11000111 10010 1100000 0 10110 100100001 1011101 101000

Color Harmonies of #A307C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307C7

Black with #A307C7

Text Example


Text Example

White with #A307C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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