Html Css Color HEX #AC2FCD Dark Orchid

📋 copy color: '#AC2FCD'

red 172 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #AC2FCD

Tints of Dark Orchid #AC2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 40.57%
G = 11.08%
B = 48.35%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC2FCD (or 0xAC2FCD) is known color: Dark Orchid. HEX triplet: AC, 2F and CD. RGB value is (172,47,205). Sum of RGB (Red+Green+Blue) = 172+47+205=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FCD is #53D032. Grayscale: #656565. Windows color (decimal): -5492787 or 13447084. OLE color: 13447084.

HSL color Cylindrical-coordinate representation of color #AC2FCD: hue angle of 287.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2FCD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 47 205 -
CMYK 0.16 0.77 0 0.20
HSL 287.47º 0.63% 0.49% -
HSV(B) 287.47º 0.77% 0.8% -
XYZ 29.05 15.21 59.16 -
YUV 102.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 172 47 205 0.16 0.77 0 0.20 287.47 0.63 0.49
Hex AC 2F CD 10 4D 0 14 11F 3F 31
Octal 254 57 315 20 115 0 24 437 77 61
Binary 10101100 101111 11001101 10000 1001101 0 10100 100011111 111111 110001

Color Harmonies of #AC2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FCD

Black with #AC2FCD

Text Example


Text Example

White with #AC2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FCD; }

 p { color: rgb(172,47,205); }

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

background-color css

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

 a { background-color: rgb(172,47,205); }

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

border-color css

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

 span { border-color: rgb(172,47,205); }

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