Html Css Color HEX #AC34D2 Dark Orchid

📋 copy color: '#AC34D2'

red 172 ◦ green 52 ◦ blue 210

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

Shades of Dark Orchid #AC34D2

Tints of Dark Orchid #AC34D2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

 BLUE value IS 210 (82.42% from 255) = 48.39%

R = 39.63%
G = 11.98%
B = 48.39%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC34D2 (or 0xAC34D2) is known color: Dark Orchid. HEX triplet: AC, 34 and D2. RGB value is (172,52,210). Sum of RGB (Red+Green+Blue) = 172+52+210=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC34D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34D2 is #53CB2D. Grayscale: #696969. Windows color (decimal): -5491502 or 13776044. OLE color: 13776044.

HSL color Cylindrical-coordinate representation of color #AC34D2: hue angle of 285.57º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC34D2 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 52 210 -
CMYK 0.18 0.75 0 0.18
HSL 285.57º 0.64% 0.51% -
HSV(B) 285.57º 0.75% 0.82% -
XYZ 29.87 15.88 62.46 -
YUV 105.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 172 52 210 0.18 0.75 0 0.18 285.57 0.64 0.51
Hex AC 34 D2 12 4B 0 12 11E 40 33
Octal 254 64 322 22 113 0 22 436 100 63
Binary 10101100 110100 11010010 10010 1001011 0 10010 100011110 1000000 110011

Color Harmonies of #AC34D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34D2

Black with #AC34D2

Text Example


Text Example

White with #AC34D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34D2; }

 p { color: rgb(172,52,210); }

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

background-color css

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

 a { background-color: rgb(172,52,210); }

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

border-color css

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

 span { border-color: rgb(172,52,210); }

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