Html Css Color HEX #A30FCE Dark Violet

📋 copy color: '#A30FCE'

red 163 ◦ green 15 ◦ blue 206

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

Shades of Dark Violet #A30FCE

Tints of Dark Violet #A30FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 42.45%
G = 3.91%
B = 53.65%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30FCE (or 0xA30FCE) is known color: Dark Violet. HEX triplet: A3, 0F and CE. RGB value is (163,15,206). Sum of RGB (Red+Green+Blue) = 163+15+206=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #A30FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FCE is #5CF031. Grayscale: #505050. Windows color (decimal): -6090802 or 13504419. OLE color: 13504419.

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

Color convert

RGB 163 15 206 -
CMYK 0.21 0.93 0 0.19
HSL 286.49º 0.86% 0.43% -
HSV(B) 286.49º 0.93% 0.81% -
XYZ 26.42 12.58 59.43 -
YUV 81.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 163 15 206 0.21 0.93 0 0.19 286.49 0.86 0.43
Hex A3 F CE 15 5D 0 13 11E 56 2B
Octal 243 17 316 25 135 0 23 436 126 53
Binary 10100011 1111 11001110 10101 1011101 0 10011 100011110 1010110 101011

Color Harmonies of #A30FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FCE

Black with #A30FCE

Text Example


Text Example

White with #A30FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FCE; }

 p { color: rgb(163,15,206); }

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

background-color css

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

 a { background-color: rgb(163,15,206); }

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

border-color css

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

 span { border-color: rgb(163,15,206); }

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