Html Css Color HEX #AC34CF Dark Orchid

📋 copy color: '#AC34CF'

red 172 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #AC34CF

Tints of Dark Orchid #AC34CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 39.91%
G = 12.06%
B = 48.03%

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

#AC34CF (or 0xAC34CF) is known color: Dark Orchid. HEX triplet: AC, 34 and CF. RGB value is (172,52,207). Sum of RGB (Red+Green+Blue) = 172+52+207=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34CF is #53CB30. Grayscale: #696969. Windows color (decimal): -5491505 or 13579436. OLE color: 13579436.

HSL color Cylindrical-coordinate representation of color #AC34CF: hue angle of 286.45º degrees, saturation: 0.62, 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 #AC34CF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 52 207 -
CMYK 0.17 0.75 0 0.19
HSL 286.45º 0.62% 0.51% -
HSV(B) 286.45º 0.75% 0.81% -
XYZ 29.5 15.73 60.51 -
YUV 105.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 172 52 207 0.17 0.75 0 0.19 286.45 0.62 0.51
Hex AC 34 CF 11 4B 0 13 11E 3E 33
Octal 254 64 317 21 113 0 23 436 76 63
Binary 10101100 110100 11001111 10001 1001011 0 10011 100011110 111110 110011

Color Harmonies of #AC34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34CF

Black with #AC34CF

Text Example


Text Example

White with #AC34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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