Html Css Color HEX #AC17CB Dark Orchid

📋 copy color: '#AC17CB'

red 172 ◦ green 23 ◦ blue 203

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

Shades of Dark Orchid #AC17CB

Tints of Dark Orchid #AC17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.78%

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

R = 43.22%
G = 5.78%
B = 51.01%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC17CB (or 0xAC17CB) is known color: Dark Orchid. HEX triplet: AC, 17 and CB. RGB value is (172,23,203). Sum of RGB (Red+Green+Blue) = 172+23+203=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17CB is #53E834. Grayscale: #575757. Windows color (decimal): -5498933 or 13309868. OLE color: 13309868.

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

Color convert

RGB 172 23 203 -
CMYK 0.15 0.89 0 0.20
HSL 289.67º 0.8% 0.44% -
HSV(B) 289.67º 0.89% 0.8% -
XYZ 28.1 13.7 57.66 -
YUV 88.07 192.86 187.86 -
System Red Green Blue C M Y K H S L
Decimal 172 23 203 0.15 0.89 0 0.20 289.67 0.8 0.44
Hex AC 17 CB F 59 0 14 122 50 2C
Octal 254 27 313 17 131 0 24 442 120 54
Binary 10101100 10111 11001011 1111 1011001 0 10100 100100010 1010000 101100

Color Harmonies of #AC17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC17CB

Black with #AC17CB

Text Example


Text Example

White with #AC17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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