Html Css Color HEX #A307D5 Dark Violet

📋 copy color: '#A307D5'

red 163 ◦ green 7 ◦ blue 213

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

Shades of Dark Violet #A307D5

Tints of Dark Violet #A307D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.61%

R = 42.56%
G = 1.83%
B = 55.61%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A307D5 (or 0xA307D5) is known color: Dark Violet. HEX triplet: A3, 07 and D5. RGB value is (163,7,213). Sum of RGB (Red+Green+Blue) = 163+7+213=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #A307D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307D5 is #5CF82A. Grayscale: #4C4C4C. Windows color (decimal): -6092843 or 13961123. OLE color: 13961123.

HSL color Cylindrical-coordinate representation of color #A307D5: hue angle of 285.44º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307D5 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 7 213 -
CMYK 0.23 0.97 0 0.16
HSL 285.44º 0.94% 0.43% -
HSV(B) 285.44º 0.97% 0.84% -
XYZ 27.19 12.74 63.98 -
YUV 77.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 163 7 213 0.23 0.97 0 0.16 285.44 0.94 0.43
Hex A3 7 D5 17 61 0 10 11D 5E 2B
Octal 243 7 325 27 141 0 20 435 136 53
Binary 10100011 111 11010101 10111 1100001 0 10000 100011101 1011110 101011

Color Harmonies of #A307D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307D5

Black with #A307D5

Text Example


Text Example

White with #A307D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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