Html Css Color HEX #A314CD Dark Violet

📋 copy color: '#A314CD'

red 163 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #A314CD

Tints of Dark Violet #A314CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.15%

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

R = 42.01%
G = 5.15%
B = 52.84%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A314CD (or 0xA314CD) is known color: Dark Violet. HEX triplet: A3, 14 and CD. RGB value is (163,20,205). Sum of RGB (Red+Green+Blue) = 163+20+205=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #A314CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314CD is #5CEB32. Grayscale: #535353. Windows color (decimal): -6089523 or 13440163. OLE color: 13440163.

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

Color convert

RGB 163 20 205 -
CMYK 0.20 0.90 0 0.20
HSL 286.38º 0.82% 0.44% -
HSV(B) 286.38º 0.9% 0.8% -
XYZ 26.37 12.69 58.82 -
YUV 83.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 163 20 205 0.20 0.90 0 0.20 286.38 0.82 0.44
Hex A3 14 CD 14 5A 0 14 11E 52 2C
Octal 243 24 315 24 132 0 24 436 122 54
Binary 10100011 10100 11001101 10100 1011010 0 10100 100011110 1010010 101100

Color Harmonies of #A314CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314CD

Black with #A314CD

Text Example


Text Example

White with #A314CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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