Html Css Color HEX #A00ACF Dark Violet

📋 copy color: '#A00ACF'

red 160 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #A00ACF

Tints of Dark Violet #A00ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 42.44%
G = 2.65%
B = 54.91%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A00ACF (or 0xA00ACF) is known color: Dark Violet. HEX triplet: A0, 0A and CF. RGB value is (160,10,207). Sum of RGB (Red+Green+Blue) = 160+10+207=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ACF is #5FF530. Grayscale: #4C4C4C. Windows color (decimal): -6288689 or 13568672. OLE color: 13568672.

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

Color convert

RGB 160 10 207 -
CMYK 0.23 0.95 0 0.19
HSL 285.69º 0.91% 0.43% -
HSV(B) 285.69º 0.95% 0.81% -
XYZ 25.87 12.2 60.02 -
YUV 77.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 160 10 207 0.23 0.95 0 0.19 285.69 0.91 0.43
Hex A0 A CF 17 5F 0 13 11E 5B 2B
Octal 240 12 317 27 137 0 23 436 133 53
Binary 10100000 1010 11001111 10111 1011111 0 10011 100011110 1011011 101011

Color Harmonies of #A00ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ACF

Black with #A00ACF

Text Example


Text Example

White with #A00ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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