Html Css Color HEX #A30DCF Dark Violet

📋 copy color: '#A30DCF'

red 163 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #A30DCF

Tints of Dark Violet #A30DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 42.56%
G = 3.39%
B = 54.05%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30DCF (or 0xA30DCF) is known color: Dark Violet. HEX triplet: A3, 0D and CF. RGB value is (163,13,207). Sum of RGB (Red+Green+Blue) = 163+13+207=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A30DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DCF is #5CF230. Grayscale: #4F4F4F. Windows color (decimal): -6091313 or 13569443. OLE color: 13569443.

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

Color convert

RGB 163 13 207 -
CMYK 0.21 0.94 0 0.19
HSL 286.39º 0.88% 0.43% -
HSV(B) 286.39º 0.94% 0.81% -
XYZ 26.51 12.58 60.06 -
YUV 79.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 163 13 207 0.21 0.94 0 0.19 286.39 0.88 0.43
Hex A3 D CF 15 5E 0 13 11E 58 2B
Octal 243 15 317 25 136 0 23 436 130 53
Binary 10100011 1101 11001111 10101 1011110 0 10011 100011110 1011000 101011

Color Harmonies of #A30DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DCF

Black with #A30DCF

Text Example


Text Example

White with #A30DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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