Html Css Color HEX #AC3ACF Dark Orchid

📋 copy color: '#AC3ACF'

red 172 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #AC3ACF

Tints of Dark Orchid #AC3ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.27%

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

R = 39.36%
G = 13.27%
B = 47.37%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3ACF (or 0xAC3ACF) is known color: Dark Orchid. HEX triplet: AC, 3A and CF. RGB value is (172,58,207). Sum of RGB (Red+Green+Blue) = 172+58+207=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ACF is #53C530. Grayscale: #6C6C6C. Windows color (decimal): -5489969 or 13580972. OLE color: 13580972.

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

Color convert

RGB 172 58 207 -
CMYK 0.17 0.72 0 0.19
HSL 285.91º 0.61% 0.52% -
HSV(B) 285.91º 0.72% 0.81% -
XYZ 29.79 16.3 60.61 -
YUV 109.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 172 58 207 0.17 0.72 0 0.19 285.91 0.61 0.52
Hex AC 3A CF 11 48 0 13 11E 3D 34
Octal 254 72 317 21 110 0 23 436 75 64
Binary 10101100 111010 11001111 10001 1001000 0 10011 100011110 111101 110100

Color Harmonies of #AC3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ACF

Black with #AC3ACF

Text Example


Text Example

White with #AC3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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