Html Css Color HEX #A70DCB Dark Violet

📋 copy color: '#A70DCB'

red 167 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #A70DCB

Tints of Dark Violet #A70DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 43.6%
G = 3.39%
B = 53%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A70DCB (or 0xA70DCB) is known color: Dark Violet. HEX triplet: A7, 0D and CB. RGB value is (167,13,203). Sum of RGB (Red+Green+Blue) = 167+13+203=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #A70DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DCB is #58F234. Grayscale: #505050. Windows color (decimal): -5829173 or 13307303. OLE color: 13307303.

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

Color convert

RGB 167 13 203 -
CMYK 0.18 0.94 0 0.20
HSL 288.63º 0.88% 0.42% -
HSV(B) 288.63º 0.94% 0.8% -
XYZ 26.86 12.82 57.56 -
YUV 80.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 167 13 203 0.18 0.94 0 0.20 288.63 0.88 0.42
Hex A7 D CB 12 5E 0 14 121 58 2A
Octal 247 15 313 22 136 0 24 441 130 52
Binary 10100111 1101 11001011 10010 1011110 0 10100 100100001 1011000 101010

Color Harmonies of #A70DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DCB

Black with #A70DCB

Text Example


Text Example

White with #A70DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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