Html Css Color HEX #AC25DD Dark Orchid

📋 copy color: '#AC25DD'

red 172 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #AC25DD

Tints of Dark Orchid #AC25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 40%
G = 8.6%
B = 51.4%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC25DD (or 0xAC25DD) is known color: Dark Orchid. HEX triplet: AC, 25 and DD. RGB value is (172,37,221). Sum of RGB (Red+Green+Blue) = 172+37+221=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC25DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25DD is #53DA22. Grayscale: #616161. Windows color (decimal): -5495331 or 14493100. OLE color: 14493100.

HSL color Cylindrical-coordinate representation of color #AC25DD: hue angle of 284.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC25DD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 37 221 -
CMYK 0.22 0.83 0 0.13
HSL 284.02º 0.73% 0.51% -
HSV(B) 284.02º 0.83% 0.87% -
XYZ 30.73 15.31 69.74 -
YUV 98.34 197.23 180.54 -
System Red Green Blue C M Y K H S L
Decimal 172 37 221 0.22 0.83 0 0.13 284.02 0.73 0.51
Hex AC 25 DD 16 53 0 D 11C 49 33
Octal 254 45 335 26 123 0 15 434 111 63
Binary 10101100 100101 11011101 10110 1010011 0 1101 100011100 1001001 110011

Color Harmonies of #AC25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25DD

Black with #AC25DD

Text Example


Text Example

White with #AC25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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