Html Css Color HEX #A30FCA Dark Violet

📋 copy color: '#A30FCA'

red 163 ◦ green 15 ◦ blue 202

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

Shades of Dark Violet #A30FCA

Tints of Dark Violet #A30FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 42.89%
G = 3.95%
B = 53.16%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A30FCA (or 0xA30FCA) is known color: Dark Violet. HEX triplet: A3, 0F and CA. RGB value is (163,15,202). Sum of RGB (Red+Green+Blue) = 163+15+202=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #A30FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FCA is #5CF035. Grayscale: #4F4F4F. Windows color (decimal): -6090806 or 13242275. OLE color: 13242275.

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

Color convert

RGB 163 15 202 -
CMYK 0.19 0.93 0 0.21
HSL 287.49º 0.86% 0.43% -
HSV(B) 287.49º 0.93% 0.79% -
XYZ 25.94 12.39 56.9 -
YUV 80.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 163 15 202 0.19 0.93 0 0.21 287.49 0.86 0.43
Hex A3 F CA 13 5D 0 15 11F 56 2B
Octal 243 17 312 23 135 0 25 437 126 53
Binary 10100011 1111 11001010 10011 1011101 0 10101 100011111 1010110 101011

Color Harmonies of #A30FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FCA

Black with #A30FCA

Text Example


Text Example

White with #A30FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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