Html Css Color HEX #A700B9 Dark Violet

📋 copy color: '#A700B9'

red 167 ◦ green 0 ◦ blue 185

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

Shades of Dark Violet #A700B9

Tints of Dark Violet #A700B9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 185 (72.66% from 255) = 52.56%

R = 47.44%
G = 0%
B = 52.56%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A700B9 (or 0xA700B9) is known color: Dark Violet. HEX triplet: A7, 00 and B9. RGB value is (167,0,185). Sum of RGB (Red+Green+Blue) = 167+0+185=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #A700B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700B9 is #58FF46. Grayscale: #464646. Windows color (decimal): -5832519 or 12124327. OLE color: 12124327.

HSL color Cylindrical-coordinate representation of color #A700B9: hue angle of 294.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700B9 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 0 185 -
CMYK 0.10 1 0 0.27
HSL 294.16º 1% 0.36% -
HSV(B) 294.16º 1% 0.73% -
XYZ 24.69 11.72 46.86 -
YUV 71.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 167 0 185 0.10 1 0 0.27 294.16 1 0.36
Hex A7 0 B9 A 64 0 1B 126 64 24
Octal 247 0 271 12 144 0 33 446 144 44
Binary 10100111 0 10111001 1010 1100100 0 11011 100100110 1100100 100100

Color Harmonies of #A700B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700B9

Black with #A700B9

Text Example


Text Example

White with #A700B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700B9; }

 p { color: rgb(167,0,185); }

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

background-color css

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

 a { background-color: rgb(167,0,185); }

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

border-color css

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

 span { border-color: rgb(167,0,185); }

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