Html Css Color HEX #AC25CE Dark Orchid

📋 copy color: '#AC25CE'

red 172 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #AC25CE

Tints of Dark Orchid #AC25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 41.45%
G = 8.92%
B = 49.64%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC25CE (or 0xAC25CE) is known color: Dark Orchid. HEX triplet: AC, 25 and CE. RGB value is (172,37,206). Sum of RGB (Red+Green+Blue) = 172+37+206=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC25CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25CE is #53DA31. Grayscale: #606060. Windows color (decimal): -5495346 or 13510060. OLE color: 13510060.

HSL color Cylindrical-coordinate representation of color #AC25CE: hue angle of 287.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC25CE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 37 206 -
CMYK 0.17 0.82 0 0.19
HSL 287.93º 0.7% 0.48% -
HSV(B) 287.93º 0.82% 0.81% -
XYZ 28.82 14.55 59.68 -
YUV 96.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 172 37 206 0.17 0.82 0 0.19 287.93 0.7 0.48
Hex AC 25 CE 11 52 0 13 120 46 30
Octal 254 45 316 21 122 0 23 440 106 60
Binary 10101100 100101 11001110 10001 1010010 0 10011 100100000 1000110 110000

Color Harmonies of #AC25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25CE

Black with #AC25CE

Text Example


Text Example

White with #AC25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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