Html Css Color HEX #A607CD Dark Violet

📋 copy color: '#A607CD'

red 166 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #A607CD

Tints of Dark Violet #A607CD

RGB

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

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

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

R = 43.92%
G = 1.85%
B = 54.23%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A607CD (or 0xA607CD) is known color: Dark Violet. HEX triplet: A6, 07 and CD. RGB value is (166,7,205). Sum of RGB (Red+Green+Blue) = 166+7+205=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #A607CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607CD is #59F832. Grayscale: #4C4C4C. Windows color (decimal): -5896243 or 13436838. OLE color: 13436838.

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

Color convert

RGB 166 7 205 -
CMYK 0.19 0.97 0 0.20
HSL 288.18º 0.93% 0.42% -
HSV(B) 288.18º 0.97% 0.8% -
XYZ 26.82 12.67 58.79 -
YUV 77.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 166 7 205 0.19 0.97 0 0.20 288.18 0.93 0.42
Hex A6 7 CD 13 61 0 14 120 5D 2A
Octal 246 7 315 23 141 0 24 440 135 52
Binary 10100110 111 11001101 10011 1100001 0 10100 100100000 1011101 101010

Color Harmonies of #A607CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607CD

Black with #A607CD

Text Example


Text Example

White with #A607CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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