Html Css Color HEX #A713CB Dark Violet

📋 copy color: '#A713CB'

red 167 ◦ green 19 ◦ blue 203

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

Shades of Dark Violet #A713CB

Tints of Dark Violet #A713CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 42.93%
G = 4.88%
B = 52.19%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A713CB (or 0xA713CB) is known color: Dark Violet. HEX triplet: A7, 13 and CB. RGB value is (167,19,203). Sum of RGB (Red+Green+Blue) = 167+19+203=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A713CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713CB is #58EC34. Grayscale: #535353. Windows color (decimal): -5827637 or 13308839. OLE color: 13308839.

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

Color convert

RGB 167 19 203 -
CMYK 0.18 0.91 0 0.20
HSL 288.26º 0.83% 0.44% -
HSV(B) 288.26º 0.91% 0.8% -
XYZ 26.95 12.99 57.59 -
YUV 84.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 167 19 203 0.18 0.91 0 0.20 288.26 0.83 0.44
Hex A7 13 CB 12 5B 0 14 120 53 2C
Octal 247 23 313 22 133 0 24 440 123 54
Binary 10100111 10011 11001011 10010 1011011 0 10100 100100000 1010011 101100

Color Harmonies of #A713CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713CB

Black with #A713CB

Text Example


Text Example

White with #A713CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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