Html Css Color HEX #AC3FE3 Dark Orchid

📋 copy color: '#AC3FE3'

red 172 ◦ green 63 ◦ blue 227

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

Shades of Dark Orchid #AC3FE3

Tints of Dark Orchid #AC3FE3

RGB

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

 GREEN value IS 63 (25% from 255) = 13.64%

 BLUE value IS 227 (89.06% from 255) = 49.13%

R = 37.23%
G = 13.64%
B = 49.13%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC3FE3 (or 0xAC3FE3) is known color: Dark Orchid. HEX triplet: AC, 3F and E3. RGB value is (172,63,227). Sum of RGB (Red+Green+Blue) = 172+63+227=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC3FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FE3 is #53C01C. Grayscale: #717171. Windows color (decimal): -5488669 or 14892972. OLE color: 14892972.

HSL color Cylindrical-coordinate representation of color #AC3FE3: hue angle of 279.88º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3FE3 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 63 227 -
CMYK 0.24 0.72 0 0.11
HSL 279.88º 0.75% 0.57% -
HSV(B) 279.88º 0.72% 0.89% -
XYZ 32.66 17.87 74.4 -
YUV 114.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 172 63 227 0.24 0.72 0 0.11 279.88 0.75 0.57
Hex AC 3F E3 18 48 0 B 118 4B 39
Octal 254 77 343 30 110 0 13 430 113 71
Binary 10101100 111111 11100011 11000 1001000 0 1011 100011000 1001011 111001

Color Harmonies of #AC3FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FE3

Black with #AC3FE3

Text Example


Text Example

White with #AC3FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FE3; }

 p { color: rgb(172,63,227); }

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

background-color css

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

 a { background-color: rgb(172,63,227); }

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

border-color css

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

 span { border-color: rgb(172,63,227); }

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