Html Css Color HEX #A713CF Dark Violet

📋 copy color: '#A713CF'

red 167 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #A713CF

Tints of Dark Violet #A713CF

RGB

 RED value IS 167 (65.63% from 255) = 42.49%

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

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

R = 42.49%
G = 4.83%
B = 52.67%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A713CF (or 0xA713CF) is known color: Dark Violet. HEX triplet: A7, 13 and CF. RGB value is (167,19,207). Sum of RGB (Red+Green+Blue) = 167+19+207=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #A713CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713CF is #58EC30. Grayscale: #545454. Windows color (decimal): -5827633 or 13570983. OLE color: 13570983.

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

Color convert

RGB 167 19 207 -
CMYK 0.19 0.91 0 0.19
HSL 287.23º 0.83% 0.44% -
HSV(B) 287.23º 0.91% 0.81% -
XYZ 27.43 13.19 60.13 -
YUV 84.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 167 19 207 0.19 0.91 0 0.19 287.23 0.83 0.44
Hex A7 13 CF 13 5B 0 13 11F 53 2C
Octal 247 23 317 23 133 0 23 437 123 54
Binary 10100111 10011 11001111 10011 1011011 0 10011 100011111 1010011 101100

Color Harmonies of #A713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713CF

Black with #A713CF

Text Example


Text Example

White with #A713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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