Html Css Color HEX #A700B3 Dark Violet

📋 copy color: '#A700B3'

red 167 ◦ green 0 ◦ blue 179

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

Shades of Dark Violet #A700B3

Tints of Dark Violet #A700B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 48.27%
G = 0%
B = 51.73%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A700B3 (or 0xA700B3) is known color: Dark Violet. HEX triplet: A7, 00 and B3. RGB value is (167,0,179). Sum of RGB (Red+Green+Blue) = 167+0+179=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #A700B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700B3 is #58FF4C. Grayscale: #454545. Windows color (decimal): -5832525 or 11731111. OLE color: 11731111.

HSL color Cylindrical-coordinate representation of color #A700B3: hue angle of 295.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700B3 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 0 179 -
CMYK 0.07 1 0 0.30
HSL 295.98º 1% 0.35% -
HSV(B) 295.98º 1% 0.7% -
XYZ 24.07 11.47 43.59 -
YUV 70.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 167 0 179 0.07 1 0 0.30 295.98 1 0.35
Hex A7 0 B3 7 64 0 1E 128 64 23
Octal 247 0 263 7 144 0 36 450 144 43
Binary 10100111 0 10110011 111 1100100 0 11110 100101000 1100100 100011

Color Harmonies of #A700B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700B3

Black with #A700B3

Text Example


Text Example

White with #A700B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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