Html Css Color HEX #AC3DBF Dark Orchid

📋 copy color: '#AC3DBF'

red 172 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #AC3DBF

Tints of Dark Orchid #AC3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.39%

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

R = 40.57%
G = 14.39%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3DBF (or 0xAC3DBF) is known color: Dark Orchid. HEX triplet: AC, 3D and BF. RGB value is (172,61,191). Sum of RGB (Red+Green+Blue) = 172+61+191=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DBF is #53C240. Grayscale: #6C6C6C. Windows color (decimal): -5489217 or 12533164. OLE color: 12533164.

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

Color convert

RGB 172 61 191 -
CMYK 0.10 0.68 0 0.25
HSL 291.23º 0.52% 0.49% -
HSV(B) 291.23º 0.68% 0.75% -
XYZ 28.09 15.87 50.87 -
YUV 109.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 172 61 191 0.10 0.68 0 0.25 291.23 0.52 0.49
Hex AC 3D BF A 44 0 19 123 34 31
Octal 254 75 277 12 104 0 31 443 64 61
Binary 10101100 111101 10111111 1010 1000100 0 11001 100100011 110100 110001

Color Harmonies of #AC3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DBF

Black with #AC3DBF

Text Example


Text Example

White with #AC3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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