Html Css Color HEX #AC34D3 Dark Orchid

📋 copy color: '#AC34D3'

red 172 ◦ green 52 ◦ blue 211

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

Shades of Dark Orchid #AC34D3

Tints of Dark Orchid #AC34D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.51%

R = 39.54%
G = 11.95%
B = 48.51%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC34D3 (or 0xAC34D3) is known color: Dark Orchid. HEX triplet: AC, 34 and D3. RGB value is (172,52,211). Sum of RGB (Red+Green+Blue) = 172+52+211=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC34D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34D3 is #53CB2C. Grayscale: #696969. Windows color (decimal): -5491501 or 13841580. OLE color: 13841580.

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

Color convert

RGB 172 52 211 -
CMYK 0.18 0.75 0 0.17
HSL 285.28º 0.64% 0.52% -
HSV(B) 285.28º 0.75% 0.83% -
XYZ 30 15.93 63.12 -
YUV 106.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 172 52 211 0.18 0.75 0 0.17 285.28 0.64 0.52
Hex AC 34 D3 12 4B 0 11 11D 40 34
Octal 254 64 323 22 113 0 21 435 100 64
Binary 10101100 110100 11010011 10010 1001011 0 10001 100011101 1000000 110100

Color Harmonies of #AC34D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34D3

Black with #AC34D3

Text Example


Text Example

White with #AC34D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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