Html Css Color HEX #A30CBA Dark Violet

📋 copy color: '#A30CBA'

red 163 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #A30CBA

Tints of Dark Violet #A30CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 45.15%
G = 3.32%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30CBA (or 0xA30CBA) is known color: Dark Violet. HEX triplet: A3, 0C and BA. RGB value is (163,12,186). Sum of RGB (Red+Green+Blue) = 163+12+186=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CBA is #5CF345. Grayscale: #4C4C4C. Windows color (decimal): -6091590 or 12192931. OLE color: 12192931.

HSL color Cylindrical-coordinate representation of color #A30CBA: hue angle of 292.07º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CBA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 12 186 -
CMYK 0.12 0.94 0 0.27
HSL 292.07º 0.88% 0.39% -
HSV(B) 292.07º 0.94% 0.73% -
XYZ 24.1 11.59 47.42 -
YUV 76.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 163 12 186 0.12 0.94 0 0.27 292.07 0.88 0.39
Hex A3 C BA C 5E 0 1B 124 58 27
Octal 243 14 272 14 136 0 33 444 130 47
Binary 10100011 1100 10111010 1100 1011110 0 11011 100100100 1011000 100111

Color Harmonies of #A30CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CBA

Black with #A30CBA

Text Example


Text Example

White with #A30CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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