Html Css Color HEX #AC3BD1 Dark Orchid

📋 copy color: '#AC3BD1'

red 172 ◦ green 59 ◦ blue 209

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

Shades of Dark Orchid #AC3BD1

Tints of Dark Orchid #AC3BD1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

 BLUE value IS 209 (82.03% from 255) = 47.5%

R = 39.09%
G = 13.41%
B = 47.5%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC3BD1 (or 0xAC3BD1) is known color: Dark Orchid. HEX triplet: AC, 3B and D1. RGB value is (172,59,209). Sum of RGB (Red+Green+Blue) = 172+59+209=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC3BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BD1 is #53C42E. Grayscale: #6D6D6D. Windows color (decimal): -5489711 or 13712300. OLE color: 13712300.

HSL color Cylindrical-coordinate representation of color #AC3BD1: hue angle of 285.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3BD1 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 59 209 -
CMYK 0.18 0.72 0 0.18
HSL 285.2º 0.62% 0.53% -
HSV(B) 285.2º 0.72% 0.82% -
XYZ 30.09 16.5 61.92 -
YUV 109.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 172 59 209 0.18 0.72 0 0.18 285.2 0.62 0.53
Hex AC 3B D1 12 48 0 12 11D 3E 35
Octal 254 73 321 22 110 0 22 435 76 65
Binary 10101100 111011 11010001 10010 1001000 0 10010 100011101 111110 110101

Color Harmonies of #AC3BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BD1

Black with #AC3BD1

Text Example


Text Example

White with #AC3BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BD1; }

 p { color: rgb(172,59,209); }

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

background-color css

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

 a { background-color: rgb(172,59,209); }

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

border-color css

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

 span { border-color: rgb(172,59,209); }

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