Html Css Color HEX #AC3BDA Dark Orchid

📋 copy color: '#AC3BDA'

red 172 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #AC3BDA

Tints of Dark Orchid #AC3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 38.31%
G = 13.14%
B = 48.55%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC3BDA (or 0xAC3BDA) is known color: Dark Orchid. HEX triplet: AC, 3B and DA. RGB value is (172,59,218). Sum of RGB (Red+Green+Blue) = 172+59+218=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BDA is #53C425. Grayscale: #6E6E6E. Windows color (decimal): -5489702 or 14302124. OLE color: 14302124.

HSL color Cylindrical-coordinate representation of color #AC3BDA: hue angle of 282.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3BDA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 59 218 -
CMYK 0.21 0.73 0 0.15
HSL 282.64º 0.68% 0.54% -
HSV(B) 282.64º 0.73% 0.85% -
XYZ 31.23 16.96 67.96 -
YUV 110.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 172 59 218 0.21 0.73 0 0.15 282.64 0.68 0.54
Hex AC 3B DA 15 49 0 F 11B 44 36
Octal 254 73 332 25 111 0 17 433 104 66
Binary 10101100 111011 11011010 10101 1001001 0 1111 100011011 1000100 110110

Color Harmonies of #AC3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BDA

Black with #AC3BDA

Text Example


Text Example

White with #AC3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BDA; }

 p { color: rgb(172,59,218); }

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

background-color css

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

 a { background-color: rgb(172,59,218); }

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

border-color css

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

 span { border-color: rgb(172,59,218); }

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