Html Css Color HEX #A000CF Dark Violet

📋 copy color: '#A000CF'

red 160 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #A000CF

Tints of Dark Violet #A000CF

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 43.6%
G = 0%
B = 56.4%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A000CF (or 0xA000CF) is known color: Dark Violet. HEX triplet: A0, 00 and CF. RGB value is (160,0,207). Sum of RGB (Red+Green+Blue) = 160+0+207=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #A000CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000CF is #5FFF30. Grayscale: #464646. Windows color (decimal): -6291249 or 13566112. OLE color: 13566112.

HSL color Cylindrical-coordinate representation of color #A000CF: hue angle of 286.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000CF is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 0 207 -
CMYK 0.23 1 0 0.19
HSL 286.38º 1% 0.41% -
HSV(B) 286.38º 1% 0.81% -
XYZ 25.76 11.98 59.99 -
YUV 71.44 204.51 191.17 -
System Red Green Blue C M Y K H S L
Decimal 160 0 207 0.23 1 0 0.19 286.38 1 0.41
Hex A0 0 CF 17 64 0 13 11E 64 29
Octal 240 0 317 27 144 0 23 436 144 51
Binary 10100000 0 11001111 10111 1100100 0 10011 100011110 1100100 101001

Color Harmonies of #A000CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000CF

Black with #A000CF

Text Example


Text Example

White with #A000CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000CF; }

 p { color: rgb(160,0,207); }

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

background-color css

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

 a { background-color: rgb(160,0,207); }

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

border-color css

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

 span { border-color: rgb(160,0,207); }

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