Html Css Color HEX #AC1FCB Dark Orchid

📋 copy color: '#AC1FCB'

red 172 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #AC1FCB

Tints of Dark Orchid #AC1FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.64%

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

R = 42.36%
G = 7.64%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC1FCB (or 0xAC1FCB) is known color: Dark Orchid. HEX triplet: AC, 1F and CB. RGB value is (172,31,203). Sum of RGB (Red+Green+Blue) = 172+31+203=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC1FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FCB is #53E034. Grayscale: #5C5C5C. Windows color (decimal): -5496885 or 13311916. OLE color: 13311916.

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

Color convert

RGB 172 31 203 -
CMYK 0.15 0.85 0 0.20
HSL 289.19º 0.74% 0.46% -
HSV(B) 289.19º 0.85% 0.8% -
XYZ 28.28 14.06 57.72 -
YUV 92.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 172 31 203 0.15 0.85 0 0.20 289.19 0.74 0.46
Hex AC 1F CB F 55 0 14 121 4A 2E
Octal 254 37 313 17 125 0 24 441 112 56
Binary 10101100 11111 11001011 1111 1010101 0 10100 100100001 1001010 101110

Color Harmonies of #AC1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FCB

Black with #AC1FCB

Text Example


Text Example

White with #AC1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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