Html Css Color HEX #A416CD Dark Violet

📋 copy color: '#A416CD'

red 164 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #A416CD

Tints of Dark Violet #A416CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.63%

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

R = 41.94%
G = 5.63%
B = 52.43%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A416CD (or 0xA416CD) is known color: Dark Violet. HEX triplet: A4, 16 and CD. RGB value is (164,22,205). Sum of RGB (Red+Green+Blue) = 164+22+205=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 22 (8.98% from 255 or 5.63% 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 #A416CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416CD is #5BE932. Grayscale: #545454. Windows color (decimal): -6023475 or 13440676. OLE color: 13440676.

HSL color Cylindrical-coordinate representation of color #A416CD: hue angle of 286.56º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A416CD is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 22 205 -
CMYK 0.2 0.89 0 0.20
HSL 286.56º 0.81% 0.45% -
HSV(B) 286.56º 0.89% 0.8% -
XYZ 26.62 12.87 58.84 -
YUV 85.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 164 22 205 0.2 0.89 0 0.20 286.56 0.81 0.45
Hex A4 16 CD 14 59 0 14 11F 51 2D
Octal 244 26 315 24 131 0 24 437 121 55
Binary 10100100 10110 11001101 10100 1011001 0 10100 100011111 1010001 101101

Color Harmonies of #A416CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416CD

Black with #A416CD

Text Example


Text Example

White with #A416CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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