Html Css Color HEX #A30ACD Dark Violet

📋 copy color: '#A30ACD'

red 163 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #A30ACD

Tints of Dark Violet #A30ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 43.12%
G = 2.65%
B = 54.23%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A30ACD (or 0xA30ACD) is known color: Dark Violet. HEX triplet: A3, 0A and CD. RGB value is (163,10,205). Sum of RGB (Red+Green+Blue) = 163+10+205=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #A30ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ACD is #5CF532. Grayscale: #4D4D4D. Windows color (decimal): -6092083 or 13437603. OLE color: 13437603.

HSL color Cylindrical-coordinate representation of color #A30ACD: hue angle of 287.08º degrees, saturation: 0.91, 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 #A30ACD is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 10 205 -
CMYK 0.20 0.95 0 0.20
HSL 287.08º 0.91% 0.42% -
HSV(B) 287.08º 0.95% 0.8% -
XYZ 26.23 12.41 58.77 -
YUV 77.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 163 10 205 0.20 0.95 0 0.20 287.08 0.91 0.42
Hex A3 A CD 14 5F 0 14 11F 5B 2A
Octal 243 12 315 24 137 0 24 437 133 52
Binary 10100011 1010 11001101 10100 1011111 0 10100 100011111 1011011 101010

Color Harmonies of #A30ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ACD

Black with #A30ACD

Text Example


Text Example

White with #A30ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ACD; }

 p { color: rgb(163,10,205); }

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

background-color css

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

 a { background-color: rgb(163,10,205); }

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

border-color css

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

 span { border-color: rgb(163,10,205); }

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