Html Css Color HEX #A30BCE Dark Violet

📋 copy color: '#A30BCE'

red 163 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #A30BCE

Tints of Dark Violet #A30BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 42.89%
G = 2.89%
B = 54.21%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30BCE (or 0xA30BCE) is known color: Dark Violet. HEX triplet: A3, 0B and CE. RGB value is (163,11,206). Sum of RGB (Red+Green+Blue) = 163+11+206=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #A30BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BCE is #5CF431. Grayscale: #4E4E4E. Windows color (decimal): -6091826 or 13503395. OLE color: 13503395.

HSL color Cylindrical-coordinate representation of color #A30BCE: hue angle of 286.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BCE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 11 206 -
CMYK 0.21 0.95 0 0.19
HSL 286.77º 0.9% 0.43% -
HSV(B) 286.77º 0.95% 0.81% -
XYZ 26.36 12.48 59.41 -
YUV 78.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 163 11 206 0.21 0.95 0 0.19 286.77 0.9 0.43
Hex A3 B CE 15 5F 0 13 11F 5A 2B
Octal 243 13 316 25 137 0 23 437 132 53
Binary 10100011 1011 11001110 10101 1011111 0 10011 100011111 1011010 101011

Color Harmonies of #A30BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BCE

Black with #A30BCE

Text Example


Text Example

White with #A30BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BCE; }

 p { color: rgb(163,11,206); }

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

background-color css

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

 a { background-color: rgb(163,11,206); }

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

border-color css

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

 span { border-color: rgb(163,11,206); }

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