Html Css Color HEX #A018D4 Dark Violet

📋 copy color: '#A018D4'

red 160 ◦ green 24 ◦ blue 212

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

Shades of Dark Violet #A018D4

Tints of Dark Violet #A018D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.54%

R = 40.4%
G = 6.06%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A018D4 (or 0xA018D4) is known color: Dark Violet. HEX triplet: A0, 18 and D4. RGB value is (160,24,212). Sum of RGB (Red+Green+Blue) = 160+24+212=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #A018D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018D4 is #5FE72B. Grayscale: #555555. Windows color (decimal): -6285100 or 13899936. OLE color: 13899936.

HSL color Cylindrical-coordinate representation of color #A018D4: hue angle of 283.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A018D4 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 24 212 -
CMYK 0.25 0.89 0 0.17
HSL 283.4º 0.8% 0.46% -
HSV(B) 283.4º 0.89% 0.83% -
XYZ 26.71 12.88 63.37 -
YUV 86.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 160 24 212 0.25 0.89 0 0.17 283.4 0.8 0.46
Hex A0 18 D4 19 59 0 11 11B 50 2E
Octal 240 30 324 31 131 0 21 433 120 56
Binary 10100000 11000 11010100 11001 1011001 0 10001 100011011 1010000 101110

Color Harmonies of #A018D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018D4

Black with #A018D4

Text Example


Text Example

White with #A018D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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