Html Css Color HEX #A018DF Dark Violet

📋 copy color: '#A018DF'

red 160 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #A018DF

Tints of Dark Violet #A018DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 39.31%
G = 5.9%
B = 54.79%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A018DF (or 0xA018DF) is known color: Dark Violet. HEX triplet: A0, 18 and DF. RGB value is (160,24,223). Sum of RGB (Red+Green+Blue) = 160+24+223=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #A018DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018DF is #5FE720. Grayscale: #565656. Windows color (decimal): -6285089 or 14620832. OLE color: 14620832.

HSL color Cylindrical-coordinate representation of color #A018DF: hue angle of 281.01º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A018DF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 24 223 -
CMYK 0.28 0.89 0 0.13
HSL 281.01º 0.81% 0.48% -
HSV(B) 281.01º 0.89% 0.87% -
XYZ 28.14 13.45 70.93 -
YUV 87.35 204.56 179.82 -
System Red Green Blue C M Y K H S L
Decimal 160 24 223 0.28 0.89 0 0.13 281.01 0.81 0.48
Hex A0 18 DF 1C 59 0 D 119 51 30
Octal 240 30 337 34 131 0 15 431 121 60
Binary 10100000 11000 11011111 11100 1011001 0 1101 100011001 1010001 110000

Color Harmonies of #A018DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018DF

Black with #A018DF

Text Example


Text Example

White with #A018DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018DF; }

 p { color: rgb(160,24,223); }

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

background-color css

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

 a { background-color: rgb(160,24,223); }

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

border-color css

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

 span { border-color: rgb(160,24,223); }

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