Html Css Color HEX #A30CEC Dark Violet

📋 copy color: '#A30CEC'

red 163 ◦ green 12 ◦ blue 236

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

Shades of Dark Violet #A30CEC

Tints of Dark Violet #A30CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.92%

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 39.66%
G = 2.92%
B = 57.42%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A30CEC (or 0xA30CEC) is known color: Dark Violet. HEX triplet: A3, 0C and EC. RGB value is (163,12,236). Sum of RGB (Red+Green+Blue) = 163+12+236=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A30CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CEC is #5CF313. Grayscale: #515151. Windows color (decimal): -6091540 or 15469731. OLE color: 15469731.

HSL color Cylindrical-coordinate representation of color #A30CEC: hue angle of 280.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30CEC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 12 236 -
CMYK 0.31 0.95 0 0.07
HSL 280.45º 0.9% 0.49% -
HSV(B) 280.45º 0.95% 0.93% -
XYZ 30.38 14.11 80.48 -
YUV 82.69 214.53 185.29 -
System Red Green Blue C M Y K H S L
Decimal 163 12 236 0.31 0.95 0 0.07 280.45 0.9 0.49
Hex A3 C EC 1F 5F 0 7 118 5A 31
Octal 243 14 354 37 137 0 7 430 132 61
Binary 10100011 1100 11101100 11111 1011111 0 111 100011000 1011010 110001

Color Harmonies of #A30CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CEC

Black with #A30CEC

Text Example


Text Example

White with #A30CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CEC; }

 p { color: rgb(163,12,236); }

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

background-color css

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

 a { background-color: rgb(163,12,236); }

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

border-color css

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

 span { border-color: rgb(163,12,236); }

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