Html Css Color HEX #AC38C6 Dark Orchid

📋 copy color: '#AC38C6'

red 172 ◦ green 56 ◦ blue 198

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

Shades of Dark Orchid #AC38C6

Tints of Dark Orchid #AC38C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.48%

R = 40.38%
G = 13.15%
B = 46.48%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC38C6 (or 0xAC38C6) is known color: Dark Orchid. HEX triplet: AC, 38 and C6. RGB value is (172,56,198). Sum of RGB (Red+Green+Blue) = 172+56+198=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC38C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38C6 is #53C739. Grayscale: #6A6A6A. Windows color (decimal): -5490490 or 12990636. OLE color: 12990636.

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

Color convert

RGB 172 56 198 -
CMYK 0.13 0.72 0 0.22
HSL 289.01º 0.56% 0.5% -
HSV(B) 289.01º 0.72% 0.78% -
XYZ 28.62 15.68 54.94 -
YUV 106.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 172 56 198 0.13 0.72 0 0.22 289.01 0.56 0.5
Hex AC 38 C6 D 48 0 16 121 38 32
Octal 254 70 306 15 110 0 26 441 70 62
Binary 10101100 111000 11000110 1101 1001000 0 10110 100100001 111000 110010

Color Harmonies of #AC38C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38C6

Black with #AC38C6

Text Example


Text Example

White with #AC38C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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