Html Css Color HEX #AC38B8 Dark Orchid

📋 copy color: '#AC38B8'

red 172 ◦ green 56 ◦ blue 184

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

Shades of Dark Orchid #AC38B8

Tints of Dark Orchid #AC38B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.66%

R = 41.75%
G = 13.59%
B = 44.66%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC38B8 (or 0xAC38B8) is known color: Dark Orchid. HEX triplet: AC, 38 and B8. RGB value is (172,56,184). Sum of RGB (Red+Green+Blue) = 172+56+184=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC38B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38B8 is #53C747. Grayscale: #686868. Windows color (decimal): -5490504 or 12073132. OLE color: 12073132.

HSL color Cylindrical-coordinate representation of color #AC38B8: hue angle of 294.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC38B8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 56 184 -
CMYK 0.07 0.70 0 0.28
HSL 294.38º 0.53% 0.47% -
HSV(B) 294.38º 0.7% 0.72% -
XYZ 27.08 15.06 46.83 -
YUV 105.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 172 56 184 0.07 0.70 0 0.28 294.38 0.53 0.47
Hex AC 38 B8 7 46 0 1C 126 35 2F
Octal 254 70 270 7 106 0 34 446 65 57
Binary 10101100 111000 10111000 111 1000110 0 11100 100100110 110101 101111

Color Harmonies of #AC38B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38B8

Black with #AC38B8

Text Example


Text Example

White with #AC38B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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