Html Css Color HEX #A70FCB Dark Violet

📋 copy color: '#A70FCB'

red 167 ◦ green 15 ◦ blue 203

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

Shades of Dark Violet #A70FCB

Tints of Dark Violet #A70FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

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

R = 43.38%
G = 3.9%
B = 52.73%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A70FCB (or 0xA70FCB) is known color: Dark Violet. HEX triplet: A7, 0F and CB. RGB value is (167,15,203). Sum of RGB (Red+Green+Blue) = 167+15+203=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #A70FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FCB is #58F034. Grayscale: #515151. Windows color (decimal): -5828661 or 13307815. OLE color: 13307815.

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

Color convert

RGB 167 15 203 -
CMYK 0.18 0.93 0 0.20
HSL 288.51º 0.86% 0.43% -
HSV(B) 288.51º 0.93% 0.8% -
XYZ 26.89 12.87 57.57 -
YUV 81.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 167 15 203 0.18 0.93 0 0.20 288.51 0.86 0.43
Hex A7 F CB 12 5D 0 14 121 56 2B
Octal 247 17 313 22 135 0 24 441 126 53
Binary 10100111 1111 11001011 10010 1011101 0 10100 100100001 1010110 101011

Color Harmonies of #A70FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FCB

Black with #A70FCB

Text Example


Text Example

White with #A70FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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