Html Css Color HEX #A614CD Dark Violet

📋 copy color: '#A614CD'

red 166 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #A614CD

Tints of Dark Violet #A614CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.12%

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 42.46%
G = 5.12%
B = 52.43%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A614CD (or 0xA614CD) is known color: Dark Violet. HEX triplet: A6, 14 and CD. RGB value is (166,20,205). Sum of RGB (Red+Green+Blue) = 166+20+205=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #A614CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614CD is #59EB32. Grayscale: #545454. Windows color (decimal): -5892915 or 13440166. OLE color: 13440166.

HSL color Cylindrical-coordinate representation of color #A614CD: hue angle of 287.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A614CD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 20 205 -
CMYK 0.19 0.90 0 0.20
HSL 287.35º 0.82% 0.44% -
HSV(B) 287.35º 0.9% 0.8% -
XYZ 27 13.02 58.85 -
YUV 84.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 166 20 205 0.19 0.90 0 0.20 287.35 0.82 0.44
Hex A6 14 CD 13 5A 0 14 11F 52 2C
Octal 246 24 315 23 132 0 24 437 122 54
Binary 10100110 10100 11001101 10011 1011010 0 10100 100011111 1010010 101100

Color Harmonies of #A614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614CD

Black with #A614CD

Text Example


Text Example

White with #A614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614CD; }

 p { color: rgb(166,20,205); }

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

background-color css

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

 a { background-color: rgb(166,20,205); }

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

border-color css

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

 span { border-color: rgb(166,20,205); }

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