Html Css Color HEX #AC2DDA Dark Orchid

📋 copy color: '#AC2DDA'

red 172 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #AC2DDA

Tints of Dark Orchid #AC2DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.34%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 39.54%
G = 10.34%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC2DDA (or 0xAC2DDA) is known color: Dark Orchid. HEX triplet: AC, 2D and DA. RGB value is (172,45,218). Sum of RGB (Red+Green+Blue) = 172+45+218=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC2DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DDA is #53D225. Grayscale: #666666. Windows color (decimal): -5493286 or 14298540. OLE color: 14298540.

HSL color Cylindrical-coordinate representation of color #AC2DDA: hue angle of 284.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2DDA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 45 218 -
CMYK 0.21 0.79 0 0.15
HSL 284.05º 0.7% 0.52% -
HSV(B) 284.05º 0.79% 0.85% -
XYZ 30.61 15.71 67.75 -
YUV 102.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 172 45 218 0.21 0.79 0 0.15 284.05 0.7 0.52
Hex AC 2D DA 15 4F 0 F 11C 46 34
Octal 254 55 332 25 117 0 17 434 106 64
Binary 10101100 101101 11011010 10101 1001111 0 1111 100011100 1000110 110100

Color Harmonies of #AC2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DDA

Black with #AC2DDA

Text Example


Text Example

White with #AC2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DDA; }

 p { color: rgb(172,45,218); }

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

background-color css

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

 a { background-color: rgb(172,45,218); }

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

border-color css

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

 span { border-color: rgb(172,45,218); }

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