Html Css Color HEX #A618D2 Dark Violet

📋 copy color: '#A618D2'

red 166 ◦ green 24 ◦ blue 210

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

Shades of Dark Violet #A618D2

Tints of Dark Violet #A618D2

RGB

 RED value IS 166 (65.23% from 255) = 41.5%

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

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

R = 41.5%
G = 6%
B = 52.5%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A618D2 (or 0xA618D2) is known color: Dark Violet. HEX triplet: A6, 18 and D2. RGB value is (166,24,210). Sum of RGB (Red+Green+Blue) = 166+24+210=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #A618D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618D2 is #59E72D. Grayscale: #575757. Windows color (decimal): -5891886 or 13768870. OLE color: 13768870.

HSL color Cylindrical-coordinate representation of color #A618D2: hue angle of 285.81º 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 #A618D2 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 24 210 -
CMYK 0.21 0.89 0 0.18
HSL 285.81º 0.79% 0.46% -
HSV(B) 285.81º 0.89% 0.82% -
XYZ 27.69 13.41 62.1 -
YUV 87.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 166 24 210 0.21 0.89 0 0.18 285.81 0.79 0.46
Hex A6 18 D2 15 59 0 12 11E 4F 2E
Octal 246 30 322 25 131 0 22 436 117 56
Binary 10100110 11000 11010010 10101 1011001 0 10010 100011110 1001111 101110

Color Harmonies of #A618D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618D2

Black with #A618D2

Text Example


Text Example

White with #A618D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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