Html Css Color HEX #AC3DDA Dark Orchid

📋 copy color: '#AC3DDA'

red 172 ◦ green 61 ◦ blue 218

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

Shades of Dark Orchid #AC3DDA

Tints of Dark Orchid #AC3DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.53%

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

R = 38.14%
G = 13.53%
B = 48.34%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC3DDA (or 0xAC3DDA) is known color: Dark Orchid. HEX triplet: AC, 3D and DA. RGB value is (172,61,218). Sum of RGB (Red+Green+Blue) = 172+61+218=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DDA is #53C225. Grayscale: #6F6F6F. Windows color (decimal): -5489190 or 14302636. OLE color: 14302636.

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

Color convert

RGB 172 61 218 -
CMYK 0.21 0.72 0 0.15
HSL 282.42º 0.68% 0.55% -
HSV(B) 282.42º 0.72% 0.85% -
XYZ 31.34 17.17 67.99 -
YUV 112.09 187.77 170.73 -
System Red Green Blue C M Y K H S L
Decimal 172 61 218 0.21 0.72 0 0.15 282.42 0.68 0.55
Hex AC 3D DA 15 48 0 F 11A 44 37
Octal 254 75 332 25 110 0 17 432 104 67
Binary 10101100 111101 11011010 10101 1001000 0 1111 100011010 1000100 110111

Color Harmonies of #AC3DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DDA

Black with #AC3DDA

Text Example


Text Example

White with #AC3DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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