Html Css Color HEX #A613CF Dark Violet

📋 copy color: '#A613CF'

red 166 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #A613CF

Tints of Dark Violet #A613CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 42.35%
G = 4.85%
B = 52.81%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A613CF (or 0xA613CF) is known color: Dark Violet. HEX triplet: A6, 13 and CF. RGB value is (166,19,207). Sum of RGB (Red+Green+Blue) = 166+19+207=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #A613CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613CF is #59EC30. Grayscale: #535353. Windows color (decimal): -5893169 or 13570982. OLE color: 13570982.

HSL color Cylindrical-coordinate representation of color #A613CF: hue angle of 286.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613CF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 19 207 -
CMYK 0.20 0.91 0 0.19
HSL 286.91º 0.83% 0.44% -
HSV(B) 286.91º 0.91% 0.81% -
XYZ 27.22 13.08 60.12 -
YUV 84.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 166 19 207 0.20 0.91 0 0.19 286.91 0.83 0.44
Hex A6 13 CF 14 5B 0 13 11F 53 2C
Octal 246 23 317 24 133 0 23 437 123 54
Binary 10100110 10011 11001111 10100 1011011 0 10011 100011111 1010011 101100

Color Harmonies of #A613CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613CF

Black with #A613CF

Text Example


Text Example

White with #A613CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613CF; }

 p { color: rgb(166,19,207); }

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

background-color css

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

 a { background-color: rgb(166,19,207); }

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

border-color css

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

 span { border-color: rgb(166,19,207); }

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