Html Css Color HEX #A017CD Dark Violet

📋 copy color: '#A017CD'

red 160 ◦ green 23 ◦ blue 205

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

Shades of Dark Violet #A017CD

Tints of Dark Violet #A017CD

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

 GREEN value IS 23 (9.38% from 255) = 5.93%

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

R = 41.24%
G = 5.93%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A017CD (or 0xA017CD) is known color: Dark Violet. HEX triplet: A0, 17 and CD. RGB value is (160,23,205). Sum of RGB (Red+Green+Blue) = 160+23+205=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 23 (9.38% from 255 or 5.93% 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 #A017CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017CD is #5FE832. Grayscale: #545454. Windows color (decimal): -6285363 or 13440928. OLE color: 13440928.

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

Color convert

RGB 160 23 205 -
CMYK 0.22 0.89 0 0.20
HSL 285.16º 0.8% 0.45% -
HSV(B) 285.16º 0.89% 0.8% -
XYZ 25.82 12.49 58.81 -
YUV 84.71 195.89 181.7 -
System Red Green Blue C M Y K H S L
Decimal 160 23 205 0.22 0.89 0 0.20 285.16 0.8 0.45
Hex A0 17 CD 16 59 0 14 11D 50 2D
Octal 240 27 315 26 131 0 24 435 120 55
Binary 10100000 10111 11001101 10110 1011001 0 10100 100011101 1010000 101101

Color Harmonies of #A017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017CD

Black with #A017CD

Text Example


Text Example

White with #A017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017CD; }

 p { color: rgb(160,23,205); }

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

background-color css

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

 a { background-color: rgb(160,23,205); }

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

border-color css

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

 span { border-color: rgb(160,23,205); }

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