Html Css Color HEX #A614CA Dark Violet

📋 copy color: '#A614CA'

red 166 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #A614CA

Tints of Dark Violet #A614CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 42.78%
G = 5.15%
B = 52.06%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A614CA (or 0xA614CA) is known color: Dark Violet. HEX triplet: A6, 14 and CA. RGB value is (166,20,202). Sum of RGB (Red+Green+Blue) = 166+20+202=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #A614CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614CA is #59EB35. Grayscale: #535353. Windows color (decimal): -5892918 or 13243558. OLE color: 13243558.

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

Color convert

RGB 166 20 202 -
CMYK 0.18 0.90 0 0.21
HSL 288.13º 0.82% 0.44% -
HSV(B) 288.13º 0.9% 0.79% -
XYZ 26.64 12.87 56.96 -
YUV 84.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 166 20 202 0.18 0.90 0 0.21 288.13 0.82 0.44
Hex A6 14 CA 12 5A 0 15 120 52 2C
Octal 246 24 312 22 132 0 25 440 122 54
Binary 10100110 10100 11001010 10010 1011010 0 10101 100100000 1010010 101100

Color Harmonies of #A614CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614CA

Black with #A614CA

Text Example


Text Example

White with #A614CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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