Html Css Color HEX #AC40CF Dark Orchid

📋 copy color: '#AC40CF'

red 172 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #AC40CF

Tints of Dark Orchid #AC40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.45%

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

R = 38.83%
G = 14.45%
B = 46.73%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC40CF (or 0xAC40CF) is known color: Dark Orchid. HEX triplet: AC, 40 and CF. RGB value is (172,64,207). Sum of RGB (Red+Green+Blue) = 172+64+207=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40CF is #53BF30. Grayscale: #707070. Windows color (decimal): -5488433 or 13582508. OLE color: 13582508.

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

Color convert

RGB 172 64 207 -
CMYK 0.17 0.69 0 0.19
HSL 285.31º 0.6% 0.53% -
HSV(B) 285.31º 0.69% 0.81% -
XYZ 30.11 16.94 60.71 -
YUV 112.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 172 64 207 0.17 0.69 0 0.19 285.31 0.6 0.53
Hex AC 40 CF 11 45 0 13 11D 3C 35
Octal 254 100 317 21 105 0 23 435 74 65
Binary 10101100 1000000 11001111 10001 1000101 0 10011 100011101 111100 110101

Color Harmonies of #AC40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40CF

Black with #AC40CF

Text Example


Text Example

White with #AC40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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