Html Css Color HEX #AC3DDB Dark Orchid

📋 copy color: '#AC3DDB'

red 172 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #AC3DDB

Tints of Dark Orchid #AC3DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 38.05%
G = 13.5%
B = 48.45%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC3DDB (or 0xAC3DDB) is known color: Dark Orchid. HEX triplet: AC, 3D and DB. RGB value is (172,61,219). Sum of RGB (Red+Green+Blue) = 172+61+219=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DDB is #53C224. Grayscale: #6F6F6F. Windows color (decimal): -5489189 or 14368172. OLE color: 14368172.

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

Color convert

RGB 172 61 219 -
CMYK 0.21 0.72 0 0.14
HSL 282.15º 0.69% 0.55% -
HSV(B) 282.15º 0.72% 0.86% -
XYZ 31.47 17.22 68.68 -
YUV 112.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 172 61 219 0.21 0.72 0 0.14 282.15 0.69 0.55
Hex AC 3D DB 15 48 0 E 11A 45 37
Octal 254 75 333 25 110 0 16 432 105 67
Binary 10101100 111101 11011011 10101 1001000 0 1110 100011010 1000101 110111

Color Harmonies of #AC3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DDB

Black with #AC3DDB

Text Example


Text Example

White with #AC3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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