Html Css Color HEX #AC3EDD Dark Orchid

📋 copy color: '#AC3EDD'

red 172 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #AC3EDD

Tints of Dark Orchid #AC3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.63%

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 37.8%
G = 13.63%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC3EDD (or 0xAC3EDD) is known color: Dark Orchid. HEX triplet: AC, 3E and DD. RGB value is (172,62,221). Sum of RGB (Red+Green+Blue) = 172+62+221=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EDD is #53C122. Grayscale: #707070. Windows color (decimal): -5488931 or 14499500. OLE color: 14499500.

HSL color Cylindrical-coordinate representation of color #AC3EDD: hue angle of 281.51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3EDD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 62 221 -
CMYK 0.22 0.72 0 0.13
HSL 281.51º 0.7% 0.55% -
HSV(B) 281.51º 0.72% 0.87% -
XYZ 31.79 17.44 70.1 -
YUV 113.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 172 62 221 0.22 0.72 0 0.13 281.51 0.7 0.55
Hex AC 3E DD 16 48 0 D 11A 46 37
Octal 254 76 335 26 110 0 15 432 106 67
Binary 10101100 111110 11011101 10110 1001000 0 1101 100011010 1000110 110111

Color Harmonies of #AC3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3EDD

Black with #AC3EDD

Text Example


Text Example

White with #AC3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3EDD; }

 p { color: rgb(172,62,221); }

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

background-color css

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

 a { background-color: rgb(172,62,221); }

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

border-color css

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

 span { border-color: rgb(172,62,221); }

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