Html Css Color HEX #AC0FBE Dark Violet

📋 copy color: '#AC0FBE'

red 172 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #AC0FBE

Tints of Dark Violet #AC0FBE

RGB

 RED value IS 172 (67.58% from 255) = 45.62%

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 45.62%
G = 3.98%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC0FBE (or 0xAC0FBE) is known color: Dark Violet. HEX triplet: AC, 0F and BE. RGB value is (172,15,190). Sum of RGB (Red+Green+Blue) = 172+15+190=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC0FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FBE is #53F041. Grayscale: #515151. Windows color (decimal): -5500994 or 12455852. OLE color: 12455852.

HSL color Cylindrical-coordinate representation of color #AC0FBE: hue angle of 293.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0FBE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 15 190 -
CMYK 0.09 0.92 0 0.25
HSL 293.83º 0.85% 0.4% -
HSV(B) 293.83º 0.92% 0.75% -
XYZ 26.48 12.83 49.8 -
YUV 81.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 172 15 190 0.09 0.92 0 0.25 293.83 0.85 0.4
Hex AC F BE 9 5C 0 19 126 55 28
Octal 254 17 276 11 134 0 31 446 125 50
Binary 10101100 1111 10111110 1001 1011100 0 11001 100100110 1010101 101000

Color Harmonies of #AC0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FBE

Black with #AC0FBE

Text Example


Text Example

White with #AC0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FBE; }

 p { color: rgb(172,15,190); }

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

background-color css

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

 a { background-color: rgb(172,15,190); }

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

border-color css

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

 span { border-color: rgb(172,15,190); }

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