Html Css Color HEX #A407CD Dark Violet

📋 copy color: '#A407CD'

red 164 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #A407CD

Tints of Dark Violet #A407CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

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

R = 43.62%
G = 1.86%
B = 54.52%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A407CD (or 0xA407CD) is known color: Dark Violet. HEX triplet: A4, 07 and CD. RGB value is (164,7,205). Sum of RGB (Red+Green+Blue) = 164+7+205=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #A407CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407CD is #5BF832. Grayscale: #4B4B4B. Windows color (decimal): -6027315 or 13436836. OLE color: 13436836.

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

Color convert

RGB 164 7 205 -
CMYK 0.2 0.97 0 0.20
HSL 287.58º 0.93% 0.42% -
HSV(B) 287.58º 0.97% 0.8% -
XYZ 26.41 12.45 58.77 -
YUV 76.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 164 7 205 0.2 0.97 0 0.20 287.58 0.93 0.42
Hex A4 7 CD 14 61 0 14 120 5D 2A
Octal 244 7 315 24 141 0 24 440 135 52
Binary 10100100 111 11001101 10100 1100001 0 10100 100100000 1011101 101010

Color Harmonies of #A407CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407CD

Black with #A407CD

Text Example


Text Example

White with #A407CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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