Html Css Color HEX #A703BD Dark Violet

📋 copy color: '#A703BD'

red 167 ◦ green 3 ◦ blue 189

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

Shades of Dark Violet #A703BD

Tints of Dark Violet #A703BD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 46.52%
G = 0.84%
B = 52.65%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A703BD (or 0xA703BD) is known color: Dark Violet. HEX triplet: A7, 03 and BD. RGB value is (167,3,189). Sum of RGB (Red+Green+Blue) = 167+3+189=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A703BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A703BD is #58FC42. Grayscale: #484848. Windows color (decimal): -5831747 or 12387239. OLE color: 12387239.

HSL color Cylindrical-coordinate representation of color #A703BD: hue angle of 292.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A703BD is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 3 189 -
CMYK 0.12 0.98 0 0.26
HSL 292.9º 0.97% 0.38% -
HSV(B) 292.9º 0.98% 0.74% -
XYZ 25.15 11.95 49.13 -
YUV 73.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 167 3 189 0.12 0.98 0 0.26 292.9 0.97 0.38
Hex A7 3 BD C 62 0 1A 125 61 26
Octal 247 3 275 14 142 0 32 445 141 46
Binary 10100111 11 10111101 1100 1100010 0 11010 100100101 1100001 100110

Color Harmonies of #A703BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A703BD

Black with #A703BD

Text Example


Text Example

White with #A703BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A703BD; }

 p { color: rgb(167,3,189); }

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

background-color css

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

 a { background-color: rgb(167,3,189); }

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

border-color css

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

 span { border-color: rgb(167,3,189); }

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