Html Css Color HEX #AC3ECB Dark Orchid

📋 copy color: '#AC3ECB'

red 172 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #AC3ECB

Tints of Dark Orchid #AC3ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 39.36%
G = 14.19%
B = 46.45%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC3ECB (or 0xAC3ECB) is known color: Dark Orchid. HEX triplet: AC, 3E and CB. RGB value is (172,62,203). Sum of RGB (Red+Green+Blue) = 172+62+203=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ECB is #53C134. Grayscale: #6E6E6E. Windows color (decimal): -5488949 or 13319852. OLE color: 13319852.

HSL color Cylindrical-coordinate representation of color #AC3ECB: hue angle of 286.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3ECB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 62 203 -
CMYK 0.15 0.69 0 0.20
HSL 286.81º 0.58% 0.52% -
HSV(B) 286.81º 0.69% 0.8% -
XYZ 29.52 16.53 58.13 -
YUV 110.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 172 62 203 0.15 0.69 0 0.20 286.81 0.58 0.52
Hex AC 3E CB F 45 0 14 11F 3A 34
Octal 254 76 313 17 105 0 24 437 72 64
Binary 10101100 111110 11001011 1111 1000101 0 10100 100011111 111010 110100

Color Harmonies of #AC3ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ECB

Black with #AC3ECB

Text Example


Text Example

White with #AC3ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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