Html Css Color HEX #AC25C6 Dark Orchid

📋 copy color: '#AC25C6'

red 172 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #AC25C6

Tints of Dark Orchid #AC25C6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

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

R = 42.26%
G = 9.09%
B = 48.65%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC25C6 (or 0xAC25C6) is known color: Dark Orchid. HEX triplet: AC, 25 and C6. RGB value is (172,37,198). Sum of RGB (Red+Green+Blue) = 172+37+198=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC25C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25C6 is #53DA39. Grayscale: #5F5F5F. Windows color (decimal): -5495354 or 12985772. OLE color: 12985772.

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

Color convert

RGB 172 37 198 -
CMYK 0.13 0.81 0 0.22
HSL 290.31º 0.69% 0.46% -
HSV(B) 290.31º 0.81% 0.78% -
XYZ 27.87 14.17 54.69 -
YUV 95.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 172 37 198 0.13 0.81 0 0.22 290.31 0.69 0.46
Hex AC 25 C6 D 51 0 16 122 45 2E
Octal 254 45 306 15 121 0 26 442 105 56
Binary 10101100 100101 11000110 1101 1010001 0 10110 100100010 1000101 101110

Color Harmonies of #AC25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25C6

Black with #AC25C6

Text Example


Text Example

White with #AC25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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