Html Css Color HEX #AC0FCB Dark Violet

📋 copy color: '#AC0FCB'

red 172 ◦ green 15 ◦ blue 203

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

Shades of Dark Violet #AC0FCB

Tints of Dark Violet #AC0FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 44.1%
G = 3.85%
B = 52.05%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC0FCB (or 0xAC0FCB) is known color: Dark Violet. HEX triplet: AC, 0F and CB. RGB value is (172,15,203). Sum of RGB (Red+Green+Blue) = 172+15+203=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC0FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FCB is #53F034. Grayscale: #525252. Windows color (decimal): -5500981 or 13307820. OLE color: 13307820.

HSL color Cylindrical-coordinate representation of color #AC0FCB: hue angle of 290.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0FCB is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 15 203 -
CMYK 0.15 0.93 0 0.20
HSL 290.11º 0.86% 0.43% -
HSV(B) 290.11º 0.93% 0.8% -
XYZ 27.96 13.42 57.62 -
YUV 83.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 172 15 203 0.15 0.93 0 0.20 290.11 0.86 0.43
Hex AC F CB F 5D 0 14 122 56 2B
Octal 254 17 313 17 135 0 24 442 126 53
Binary 10101100 1111 11001011 1111 1011101 0 10100 100100010 1010110 101011

Color Harmonies of #AC0FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FCB

Black with #AC0FCB

Text Example


Text Example

White with #AC0FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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