Html Css Color HEX #AC40BF Dark Orchid

📋 copy color: '#AC40BF'

red 172 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #AC40BF

Tints of Dark Orchid #AC40BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 40.28%
G = 14.99%
B = 44.73%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC40BF (or 0xAC40BF) is known color: Dark Orchid. HEX triplet: AC, 40 and BF. RGB value is (172,64,191). Sum of RGB (Red+Green+Blue) = 172+64+191=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40BF is #53BF40. Grayscale: #6E6E6E. Windows color (decimal): -5488449 or 12533932. OLE color: 12533932.

HSL color Cylindrical-coordinate representation of color #AC40BF: hue angle of 291.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC40BF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 64 191 -
CMYK 0.10 0.66 0 0.25
HSL 291.02º 0.5% 0.5% -
HSV(B) 291.02º 0.66% 0.75% -
XYZ 28.25 16.2 50.93 -
YUV 110.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 172 64 191 0.10 0.66 0 0.25 291.02 0.5 0.5
Hex AC 40 BF A 42 0 19 123 32 32
Octal 254 100 277 12 102 0 31 443 62 62
Binary 10101100 1000000 10111111 1010 1000010 0 11001 100100011 110010 110010

Color Harmonies of #AC40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40BF

Black with #AC40BF

Text Example


Text Example

White with #AC40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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