Html Css Color HEX #A713E7 Dark Violet

📋 copy color: '#A713E7'

red 167 ◦ green 19 ◦ blue 231

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

Shades of Dark Violet #A713E7

Tints of Dark Violet #A713E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.4%

R = 40.05%
G = 4.56%
B = 55.4%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A713E7 (or 0xA713E7) is known color: Dark Violet. HEX triplet: A7, 13 and E7. RGB value is (167,19,231). Sum of RGB (Red+Green+Blue) = 167+19+231=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #A713E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A713E7 is #58EC18. Grayscale: #565656. Windows color (decimal): -5827609 or 15143847. OLE color: 15143847.

HSL color Cylindrical-coordinate representation of color #A713E7: hue angle of 281.89º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A713E7 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 19 231 -
CMYK 0.28 0.92 0 0.09
HSL 281.89º 0.85% 0.49% -
HSV(B) 281.89º 0.92% 0.91% -
XYZ 30.59 14.45 76.78 -
YUV 87.42 209.03 184.76 -
System Red Green Blue C M Y K H S L
Decimal 167 19 231 0.28 0.92 0 0.09 281.89 0.85 0.49
Hex A7 13 E7 1C 5C 0 9 11A 55 31
Octal 247 23 347 34 134 0 11 432 125 61
Binary 10100111 10011 11100111 11100 1011100 0 1001 100011010 1010101 110001

Color Harmonies of #A713E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713E7

Black with #A713E7

Text Example


Text Example

White with #A713E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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