Html Css Color HEX #AC38D5 Dark Orchid

📋 copy color: '#AC38D5'

red 172 ◦ green 56 ◦ blue 213

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

Shades of Dark Orchid #AC38D5

Tints of Dark Orchid #AC38D5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.7%

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 39%
G = 12.7%
B = 48.3%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC38D5 (or 0xAC38D5) is known color: Dark Orchid. HEX triplet: AC, 38 and D5. RGB value is (172,56,213). Sum of RGB (Red+Green+Blue) = 172+56+213=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC38D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38D5 is #53C72A. Grayscale: #6C6C6C. Windows color (decimal): -5490475 or 13973676. OLE color: 13973676.

HSL color Cylindrical-coordinate representation of color #AC38D5: hue angle of 284.33º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC38D5 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 56 213 -
CMYK 0.19 0.74 0 0.16
HSL 284.33º 0.65% 0.53% -
HSV(B) 284.33º 0.74% 0.84% -
XYZ 30.44 16.4 64.51 -
YUV 108.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 172 56 213 0.19 0.74 0 0.16 284.33 0.65 0.53
Hex AC 38 D5 13 4A 0 10 11C 41 35
Octal 254 70 325 23 112 0 20 434 101 65
Binary 10101100 111000 11010101 10011 1001010 0 10000 100011100 1000001 110101

Color Harmonies of #AC38D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38D5

Black with #AC38D5

Text Example


Text Example

White with #AC38D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38D5; }

 p { color: rgb(172,56,213); }

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

background-color css

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

 a { background-color: rgb(172,56,213); }

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

border-color css

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

 span { border-color: rgb(172,56,213); }

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