Html Css Color HEX #AC34CE Dark Orchid

📋 copy color: '#AC34CE'

red 172 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #AC34CE

Tints of Dark Orchid #AC34CE

RGB

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

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

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

R = 40%
G = 12.09%
B = 47.91%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC34CE (or 0xAC34CE) is known color: Dark Orchid. HEX triplet: AC, 34 and CE. RGB value is (172,52,206). Sum of RGB (Red+Green+Blue) = 172+52+206=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34CE is #53CB31. Grayscale: #686868. Windows color (decimal): -5491506 or 13513900. OLE color: 13513900.

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

Color convert

RGB 172 52 206 -
CMYK 0.17 0.75 0 0.19
HSL 286.75º 0.61% 0.51% -
HSV(B) 286.75º 0.75% 0.81% -
XYZ 29.38 15.68 59.87 -
YUV 105.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 172 52 206 0.17 0.75 0 0.19 286.75 0.61 0.51
Hex AC 34 CE 11 4B 0 13 11F 3D 33
Octal 254 64 316 21 113 0 23 437 75 63
Binary 10101100 110100 11001110 10001 1001011 0 10011 100011111 111101 110011

Color Harmonies of #AC34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34CE

Black with #AC34CE

Text Example


Text Example

White with #AC34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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