Html Css Color HEX #AC38BB Dark Orchid

📋 copy color: '#AC38BB'

red 172 ◦ green 56 ◦ blue 187

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

Shades of Dark Orchid #AC38BB

Tints of Dark Orchid #AC38BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.49%

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 41.45%
G = 13.49%
B = 45.06%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC38BB (or 0xAC38BB) is known color: Dark Orchid. HEX triplet: AC, 38 and BB. RGB value is (172,56,187). Sum of RGB (Red+Green+Blue) = 172+56+187=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC38BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38BB is #53C744. Grayscale: #696969. Windows color (decimal): -5490501 or 12269740. OLE color: 12269740.

HSL color Cylindrical-coordinate representation of color #AC38BB: hue angle of 293.13º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC38BB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 56 187 -
CMYK 0.08 0.70 0 0.27
HSL 293.13º 0.54% 0.48% -
HSV(B) 293.13º 0.7% 0.73% -
XYZ 27.4 15.19 48.5 -
YUV 105.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 172 56 187 0.08 0.70 0 0.27 293.13 0.54 0.48
Hex AC 38 BB 8 46 0 1B 125 36 30
Octal 254 70 273 10 106 0 33 445 66 60
Binary 10101100 111000 10111011 1000 1000110 0 11011 100100101 110110 110000

Color Harmonies of #AC38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38BB

Black with #AC38BB

Text Example


Text Example

White with #AC38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38BB; }

 p { color: rgb(172,56,187); }

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

background-color css

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

 a { background-color: rgb(172,56,187); }

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

border-color css

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

 span { border-color: rgb(172,56,187); }

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