Html Css Color HEX #A701CB Dark Violet

📋 copy color: '#A701CB'

red 167 ◦ green 1 ◦ blue 203

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

Shades of Dark Violet #A701CB

Tints of Dark Violet #A701CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 45.01%
G = 0.27%
B = 54.72%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A701CB (or 0xA701CB) is known color: Dark Violet. HEX triplet: A7, 01 and CB. RGB value is (167,1,203). Sum of RGB (Red+Green+Blue) = 167+1+203=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #A701CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701CB is #58FE34. Grayscale: #494949. Windows color (decimal): -5832245 or 13304231. OLE color: 13304231.

HSL color Cylindrical-coordinate representation of color #A701CB: hue angle of 289.31º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701CB is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 1 203 -
CMYK 0.18 1.00 0 0.20
HSL 289.31º 0.99% 0.4% -
HSV(B) 289.31º 1% 0.8% -
XYZ 26.73 12.55 57.51 -
YUV 73.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 167 1 203 0.18 1.00 0 0.20 289.31 0.99 0.4
Hex A7 1 CB 12 64 0 14 121 63 28
Octal 247 1 313 22 144 0 24 441 143 50
Binary 10100111 1 11001011 10010 1100100 0 10100 100100001 1100011 101000

Color Harmonies of #A701CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701CB

Black with #A701CB

Text Example


Text Example

White with #A701CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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