Html Css Color HEX #A30CB2 Dark Violet

📋 copy color: '#A30CB2'

red 163 ◦ green 12 ◦ blue 178

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

Shades of Dark Violet #A30CB2

Tints of Dark Violet #A30CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.42%

R = 46.18%
G = 3.4%
B = 50.42%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A30CB2 (or 0xA30CB2) is known color: Dark Violet. HEX triplet: A3, 0C and B2. RGB value is (163,12,178). Sum of RGB (Red+Green+Blue) = 163+12+178=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #A30CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30CB2 is #5CF34D. Grayscale: #4B4B4B. Windows color (decimal): -6091598 or 11668643. OLE color: 11668643.

HSL color Cylindrical-coordinate representation of color #A30CB2: hue angle of 294.58º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30CB2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 12 178 -
CMYK 0.08 0.93 0 0.30
HSL 294.58º 0.87% 0.37% -
HSV(B) 294.58º 0.93% 0.7% -
XYZ 23.27 11.26 43.07 -
YUV 76.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 163 12 178 0.08 0.93 0 0.30 294.58 0.87 0.37
Hex A3 C B2 8 5D 0 1E 127 57 25
Octal 243 14 262 10 135 0 36 447 127 45
Binary 10100011 1100 10110010 1000 1011101 0 11110 100100111 1010111 100101

Color Harmonies of #A30CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CB2

Black with #A30CB2

Text Example


Text Example

White with #A30CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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