Html Css Color HEX #A30CCB Dark Violet

📋 copy color: '#A30CCB'

red 163 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #A30CCB

Tints of Dark Violet #A30CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 43.12%
G = 3.17%
B = 53.7%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A30CCB (or 0xA30CCB) is known color: Dark Violet. HEX triplet: A3, 0C and CB. RGB value is (163,12,203). Sum of RGB (Red+Green+Blue) = 163+12+203=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #A30CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CCB is #5CF334. Grayscale: #4E4E4E. Windows color (decimal): -6091573 or 13307043. OLE color: 13307043.

HSL color Cylindrical-coordinate representation of color #A30CCB: hue angle of 287.43º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CCB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 12 203 -
CMYK 0.20 0.94 0 0.20
HSL 287.43º 0.89% 0.42% -
HSV(B) 287.43º 0.94% 0.8% -
XYZ 26.02 12.36 57.51 -
YUV 78.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 163 12 203 0.20 0.94 0 0.20 287.43 0.89 0.42
Hex A3 C CB 14 5E 0 14 11F 59 2A
Octal 243 14 313 24 136 0 24 437 131 52
Binary 10100011 1100 11001011 10100 1011110 0 10100 100011111 1011001 101010

Color Harmonies of #A30CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CCB

Black with #A30CCB

Text Example


Text Example

White with #A30CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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