Html Css Color HEX #A30BCC Dark Violet

📋 copy color: '#A30BCC'

red 163 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #A30BCC

Tints of Dark Violet #A30BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 43.12%
G = 2.91%
B = 53.97%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A30BCC (or 0xA30BCC) is known color: Dark Violet. HEX triplet: A3, 0B and CC. RGB value is (163,11,204). Sum of RGB (Red+Green+Blue) = 163+11+204=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #A30BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BCC is #5CF433. Grayscale: #4D4D4D. Windows color (decimal): -6091828 or 13372323. OLE color: 13372323.

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

Color convert

RGB 163 11 204 -
CMYK 0.20 0.95 0 0.2
HSL 287.25º 0.9% 0.42% -
HSV(B) 287.25º 0.95% 0.8% -
XYZ 26.12 12.39 58.14 -
YUV 78.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 163 11 204 0.20 0.95 0 0.2 287.25 0.9 0.42
Hex A3 B CC 14 5F 0 14 11F 5A 2A
Octal 243 13 314 24 137 0 24 437 132 52
Binary 10100011 1011 11001100 10100 1011111 0 10100 100011111 1011010 101010

Color Harmonies of #A30BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BCC

Black with #A30BCC

Text Example


Text Example

White with #A30BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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