Html Css Color HEX #AC3DED Dark Orchid

📋 copy color: '#AC3DED'

red 172 ◦ green 61 ◦ blue 237

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

Shades of Dark Orchid #AC3DED

Tints of Dark Orchid #AC3DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 36.6%
G = 12.98%
B = 50.43%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC3DED (or 0xAC3DED) is known color: Dark Orchid. HEX triplet: AC, 3D and ED. RGB value is (172,61,237). Sum of RGB (Red+Green+Blue) = 172+61+237=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC3DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3DED is #53C212. Grayscale: #717171. Windows color (decimal): -5489171 or 15547820. OLE color: 15547820.

HSL color Cylindrical-coordinate representation of color #AC3DED: hue angle of 277.84º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3DED is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 61 237 -
CMYK 0.27 0.74 0 0.07
HSL 277.84º 0.83% 0.58% -
HSV(B) 277.84º 0.74% 0.93% -
XYZ 33.97 18.22 81.85 -
YUV 114.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 172 61 237 0.27 0.74 0 0.07 277.84 0.83 0.58
Hex AC 3D ED 1B 4A 0 7 116 53 3A
Octal 254 75 355 33 112 0 7 426 123 72
Binary 10101100 111101 11101101 11011 1001010 0 111 100010110 1010011 111010

Color Harmonies of #AC3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DED

Black with #AC3DED

Text Example


Text Example

White with #AC3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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