Html Css Color HEX #AC3FBF Dark Orchid

📋 copy color: '#AC3FBF'

red 172 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #AC3FBF

Tints of Dark Orchid #AC3FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 40.38%
G = 14.79%
B = 44.84%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3FBF (or 0xAC3FBF) is known color: Dark Orchid. HEX triplet: AC, 3F and BF. RGB value is (172,63,191). Sum of RGB (Red+Green+Blue) = 172+63+191=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FBF is #53C040. Grayscale: #6D6D6D. Windows color (decimal): -5488705 or 12533676. OLE color: 12533676.

HSL color Cylindrical-coordinate representation of color #AC3FBF: hue angle of 291.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3FBF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 63 191 -
CMYK 0.10 0.67 0 0.25
HSL 291.09º 0.5% 0.5% -
HSV(B) 291.09º 0.67% 0.75% -
XYZ 28.19 16.09 50.91 -
YUV 110.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 172 63 191 0.10 0.67 0 0.25 291.09 0.5 0.5
Hex AC 3F BF A 43 0 19 123 32 32
Octal 254 77 277 12 103 0 31 443 62 62
Binary 10101100 111111 10111111 1010 1000011 0 11001 100100011 110010 110010

Color Harmonies of #AC3FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FBF

Black with #AC3FBF

Text Example


Text Example

White with #AC3FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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