Html Css Color HEX #A30FCC Dark Violet

📋 copy color: '#A30FCC'

red 163 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #A30FCC

Tints of Dark Violet #A30FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 42.67%
G = 3.93%
B = 53.4%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A30FCC (or 0xA30FCC) is known color: Dark Violet. HEX triplet: A3, 0F and CC. RGB value is (163,15,204). Sum of RGB (Red+Green+Blue) = 163+15+204=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A30FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FCC is #5CF033. Grayscale: #505050. Windows color (decimal): -6090804 or 13373347. OLE color: 13373347.

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

Color convert

RGB 163 15 204 -
CMYK 0.20 0.93 0 0.2
HSL 286.98º 0.86% 0.43% -
HSV(B) 286.98º 0.93% 0.8% -
XYZ 26.17 12.49 58.16 -
YUV 80.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 163 15 204 0.20 0.93 0 0.2 286.98 0.86 0.43
Hex A3 F CC 14 5D 0 14 11F 56 2B
Octal 243 17 314 24 135 0 24 437 126 53
Binary 10100011 1111 11001100 10100 1011101 0 10100 100011111 1010110 101011

Color Harmonies of #A30FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FCC

Black with #A30FCC

Text Example


Text Example

White with #A30FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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