Html Css Color HEX #AC3CBD Dark Orchid

📋 copy color: '#AC3CBD'

red 172 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #AC3CBD

Tints of Dark Orchid #AC3CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 40.86%
G = 14.25%
B = 44.89%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC3CBD (or 0xAC3CBD) is known color: Dark Orchid. HEX triplet: AC, 3C and BD. RGB value is (172,60,189). Sum of RGB (Red+Green+Blue) = 172+60+189=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CBD is #53C342. Grayscale: #6B6B6B. Windows color (decimal): -5489475 or 12401836. OLE color: 12401836.

HSL color Cylindrical-coordinate representation of color #AC3CBD: hue angle of 292.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3CBD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 60 189 -
CMYK 0.09 0.68 0 0.26
HSL 292.09º 0.52% 0.49% -
HSV(B) 292.09º 0.68% 0.74% -
XYZ 27.81 15.68 49.7 -
YUV 108.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 172 60 189 0.09 0.68 0 0.26 292.09 0.52 0.49
Hex AC 3C BD 9 44 0 1A 124 34 31
Octal 254 74 275 11 104 0 32 444 64 61
Binary 10101100 111100 10111101 1001 1000100 0 11010 100100100 110100 110001

Color Harmonies of #AC3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CBD

Black with #AC3CBD

Text Example


Text Example

White with #AC3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CBD; }

 p { color: rgb(172,60,189); }

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

background-color css

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

 a { background-color: rgb(172,60,189); }

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

border-color css

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

 span { border-color: rgb(172,60,189); }

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