Html Css Color HEX #A018D2 Dark Violet

📋 copy color: '#A018D2'

red 160 ◦ green 24 ◦ blue 210

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

Shades of Dark Violet #A018D2

Tints of Dark Violet #A018D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.3%

R = 40.61%
G = 6.09%
B = 53.3%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A018D2 (or 0xA018D2) is known color: Dark Violet. HEX triplet: A0, 18 and D2. RGB value is (160,24,210). Sum of RGB (Red+Green+Blue) = 160+24+210=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #A018D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018D2 is #5FE72D. Grayscale: #555555. Windows color (decimal): -6285102 or 13768864. OLE color: 13768864.

HSL color Cylindrical-coordinate representation of color #A018D2: hue angle of 283.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A018D2 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 24 210 -
CMYK 0.24 0.89 0 0.18
HSL 283.87º 0.79% 0.46% -
HSV(B) 283.87º 0.89% 0.82% -
XYZ 26.46 12.78 62.05 -
YUV 85.87 198.06 180.88 -
System Red Green Blue C M Y K H S L
Decimal 160 24 210 0.24 0.89 0 0.18 283.87 0.79 0.46
Hex A0 18 D2 18 59 0 12 11C 4F 2E
Octal 240 30 322 30 131 0 22 434 117 56
Binary 10100000 11000 11010010 11000 1011001 0 10010 100011100 1001111 101110

Color Harmonies of #A018D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018D2

Black with #A018D2

Text Example


Text Example

White with #A018D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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