Html Css Color HEX #A414CD Dark Violet

📋 copy color: '#A414CD'

red 164 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #A414CD

Tints of Dark Violet #A414CD

RGB

 RED value IS 164 (64.45% from 255) = 42.16%

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

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

R = 42.16%
G = 5.14%
B = 52.7%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A414CD (or 0xA414CD) is known color: Dark Violet. HEX triplet: A4, 14 and CD. RGB value is (164,20,205). Sum of RGB (Red+Green+Blue) = 164+20+205=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #A414CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414CD is #5BEB32. Grayscale: #535353. Windows color (decimal): -6023987 or 13440164. OLE color: 13440164.

HSL color Cylindrical-coordinate representation of color #A414CD: hue angle of 286.7º 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 #A414CD is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 20 205 -
CMYK 0.2 0.90 0 0.20
HSL 286.7º 0.82% 0.44% -
HSV(B) 286.7º 0.9% 0.8% -
XYZ 26.58 12.8 58.83 -
YUV 84.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 164 20 205 0.2 0.90 0 0.20 286.7 0.82 0.44
Hex A4 14 CD 14 5A 0 14 11F 52 2C
Octal 244 24 315 24 132 0 24 437 122 54
Binary 10100100 10100 11001101 10100 1011010 0 10100 100011111 1010010 101100

Color Harmonies of #A414CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414CD

Black with #A414CD

Text Example


Text Example

White with #A414CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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