Html Css Color HEX #A017CE Dark Violet

📋 copy color: '#A017CE'

red 160 ◦ green 23 ◦ blue 206

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

Shades of Dark Violet #A017CE

Tints of Dark Violet #A017CE

RGB

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

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

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

R = 41.13%
G = 5.91%
B = 52.96%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A017CE (or 0xA017CE) is known color: Dark Violet. HEX triplet: A0, 17 and CE. RGB value is (160,23,206). Sum of RGB (Red+Green+Blue) = 160+23+206=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #A017CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017CE is #5FE831. Grayscale: #545454. Windows color (decimal): -6285362 or 13506464. OLE color: 13506464.

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

Color convert

RGB 160 23 206 -
CMYK 0.22 0.89 0 0.19
HSL 284.92º 0.8% 0.45% -
HSV(B) 284.92º 0.89% 0.81% -
XYZ 25.94 12.54 59.45 -
YUV 84.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 160 23 206 0.22 0.89 0 0.19 284.92 0.8 0.45
Hex A0 17 CE 16 59 0 13 11D 50 2D
Octal 240 27 316 26 131 0 23 435 120 55
Binary 10100000 10111 11001110 10110 1011001 0 10011 100011101 1010000 101101

Color Harmonies of #A017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017CE

Black with #A017CE

Text Example


Text Example

White with #A017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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