Html Css Color HEX #AC3DBB Dark Orchid

📋 copy color: '#AC3DBB'

red 172 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #AC3DBB

Tints of Dark Orchid #AC3DBB

RGB

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

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

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

R = 40.95%
G = 14.52%
B = 44.52%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC3DBB (or 0xAC3DBB) is known color: Dark Orchid. HEX triplet: AC, 3D and BB. RGB value is (172,61,187). Sum of RGB (Red+Green+Blue) = 172+61+187=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DBB is #53C244. Grayscale: #6C6C6C. Windows color (decimal): -5489221 or 12271020. OLE color: 12271020.

HSL color Cylindrical-coordinate representation of color #AC3DBB: hue angle of 292.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3DBB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 61 187 -
CMYK 0.08 0.67 0 0.27
HSL 292.86º 0.51% 0.49% -
HSV(B) 292.86º 0.67% 0.73% -
XYZ 27.65 15.7 48.59 -
YUV 108.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 172 61 187 0.08 0.67 0 0.27 292.86 0.51 0.49
Hex AC 3D BB 8 43 0 1B 125 33 31
Octal 254 75 273 10 103 0 33 445 63 61
Binary 10101100 111101 10111011 1000 1000011 0 11011 100100101 110011 110001

Color Harmonies of #AC3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DBB

Black with #AC3DBB

Text Example


Text Example

White with #AC3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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