Html Css Color HEX #A618DA Dark Violet

📋 copy color: '#A618DA'

red 166 ◦ green 24 ◦ blue 218

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

Shades of Dark Violet #A618DA

Tints of Dark Violet #A618DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 40.69%
G = 5.88%
B = 53.43%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A618DA (or 0xA618DA) is known color: Dark Violet. HEX triplet: A6, 18 and DA. RGB value is (166,24,218). Sum of RGB (Red+Green+Blue) = 166+24+218=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #A618DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618DA is #59E725. Grayscale: #575757. Windows color (decimal): -5891878 or 14293158. OLE color: 14293158.

HSL color Cylindrical-coordinate representation of color #A618DA: hue angle of 283.92º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A618DA is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 24 218 -
CMYK 0.24 0.89 0 0.15
HSL 283.92º 0.8% 0.47% -
HSV(B) 283.92º 0.89% 0.85% -
XYZ 28.71 13.82 67.48 -
YUV 88.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 166 24 218 0.24 0.89 0 0.15 283.92 0.8 0.47
Hex A6 18 DA 18 59 0 F 11C 50 2F
Octal 246 30 332 30 131 0 17 434 120 57
Binary 10100110 11000 11011010 11000 1011001 0 1111 100011100 1010000 101111

Color Harmonies of #A618DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618DA

Black with #A618DA

Text Example


Text Example

White with #A618DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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