Html Css Color HEX #AC3BCB Dark Orchid

📋 copy color: '#AC3BCB'

red 172 ◦ green 59 ◦ blue 203

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

Shades of Dark Orchid #AC3BCB

Tints of Dark Orchid #AC3BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 39.63%
G = 13.59%
B = 46.77%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC3BCB (or 0xAC3BCB) is known color: Dark Orchid. HEX triplet: AC, 3B and CB. RGB value is (172,59,203). Sum of RGB (Red+Green+Blue) = 172+59+203=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC3BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BCB is #53C434. Grayscale: #6C6C6C. Windows color (decimal): -5489717 or 13319084. OLE color: 13319084.

HSL color Cylindrical-coordinate representation of color #AC3BCB: hue angle of 287.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3BCB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 59 203 -
CMYK 0.15 0.71 0 0.20
HSL 287.08º 0.58% 0.51% -
HSV(B) 287.08º 0.71% 0.8% -
XYZ 29.36 16.21 58.08 -
YUV 109.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 172 59 203 0.15 0.71 0 0.20 287.08 0.58 0.51
Hex AC 3B CB F 47 0 14 11F 3A 33
Octal 254 73 313 17 107 0 24 437 72 63
Binary 10101100 111011 11001011 1111 1000111 0 10100 100011111 111010 110011

Color Harmonies of #AC3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BCB

Black with #AC3BCB

Text Example


Text Example

White with #AC3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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