Html Css Color HEX #AC3FCF Dark Orchid

📋 copy color: '#AC3FCF'

red 172 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #AC3FCF

Tints of Dark Orchid #AC3FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.25%

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

R = 38.91%
G = 14.25%
B = 46.83%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3FCF (or 0xAC3FCF) is known color: Dark Orchid. HEX triplet: AC, 3F and CF. RGB value is (172,63,207). Sum of RGB (Red+Green+Blue) = 172+63+207=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC3FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FCF is #53C030. Grayscale: #6F6F6F. Windows color (decimal): -5488689 or 13582252. OLE color: 13582252.

HSL color Cylindrical-coordinate representation of color #AC3FCF: hue angle of 285.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3FCF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 63 207 -
CMYK 0.17 0.70 0 0.19
HSL 285.42º 0.6% 0.53% -
HSV(B) 285.42º 0.7% 0.81% -
XYZ 30.05 16.83 60.7 -
YUV 112.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 172 63 207 0.17 0.70 0 0.19 285.42 0.6 0.53
Hex AC 3F CF 11 46 0 13 11D 3C 35
Octal 254 77 317 21 106 0 23 435 74 65
Binary 10101100 111111 11001111 10001 1000110 0 10011 100011101 111100 110101

Color Harmonies of #AC3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FCF

Black with #AC3FCF

Text Example


Text Example

White with #AC3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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