Html Css Color HEX #AC2CCF Dark Orchid

📋 copy color: '#AC2CCF'

red 172 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #AC2CCF

Tints of Dark Orchid #AC2CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.4%

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

R = 40.66%
G = 10.4%
B = 48.94%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC2CCF (or 0xAC2CCF) is known color: Dark Orchid. HEX triplet: AC, 2C and CF. RGB value is (172,44,207). Sum of RGB (Red+Green+Blue) = 172+44+207=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC2CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CCF is #53D330. Grayscale: #646464. Windows color (decimal): -5493553 or 13577388. OLE color: 13577388.

HSL color Cylindrical-coordinate representation of color #AC2CCF: hue angle of 287.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2CCF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 44 207 -
CMYK 0.17 0.79 0 0.19
HSL 287.12º 0.65% 0.49% -
HSV(B) 287.12º 0.79% 0.81% -
XYZ 29.18 15.08 60.4 -
YUV 100.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 172 44 207 0.17 0.79 0 0.19 287.12 0.65 0.49
Hex AC 2C CF 11 4F 0 13 11F 41 31
Octal 254 54 317 21 117 0 23 437 101 61
Binary 10101100 101100 11001111 10001 1001111 0 10011 100011111 1000001 110001

Color Harmonies of #AC2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CCF

Black with #AC2CCF

Text Example


Text Example

White with #AC2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CCF; }

 p { color: rgb(172,44,207); }

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

background-color css

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

 a { background-color: rgb(172,44,207); }

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

border-color css

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

 span { border-color: rgb(172,44,207); }

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