Html Css Color HEX #A307DF Dark Violet

📋 copy color: '#A307DF'

red 163 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #A307DF

Tints of Dark Violet #A307DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 41.48%
G = 1.78%
B = 56.74%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A307DF (or 0xA307DF) is known color: Dark Violet. HEX triplet: A3, 07 and DF. RGB value is (163,7,223). Sum of RGB (Red+Green+Blue) = 163+7+223=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A307DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307DF is #5CF820. Grayscale: #4D4D4D. Windows color (decimal): -6092833 or 14616483. OLE color: 14616483.

HSL color Cylindrical-coordinate representation of color #A307DF: hue angle of 283.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307DF is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 7 223 -
CMYK 0.27 0.97 0 0.13
HSL 283.33º 0.94% 0.45% -
HSV(B) 283.33º 0.97% 0.87% -
XYZ 28.5 13.27 70.87 -
YUV 78.27 209.68 188.44 -
System Red Green Blue C M Y K H S L
Decimal 163 7 223 0.27 0.97 0 0.13 283.33 0.94 0.45
Hex A3 7 DF 1B 61 0 D 11B 5E 2D
Octal 243 7 337 33 141 0 15 433 136 55
Binary 10100011 111 11011111 11011 1100001 0 1101 100011011 1011110 101101

Color Harmonies of #A307DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307DF

Black with #A307DF

Text Example


Text Example

White with #A307DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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