Html Css Color HEX #AC3CBE Dark Orchid

📋 copy color: '#AC3CBE'

red 172 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #AC3CBE

Tints of Dark Orchid #AC3CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 40.76%
G = 14.22%
B = 45.02%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3CBE (or 0xAC3CBE) is known color: Dark Orchid. HEX triplet: AC, 3C and BE. RGB value is (172,60,190). Sum of RGB (Red+Green+Blue) = 172+60+190=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CBE is #53C341. Grayscale: #6B6B6B. Windows color (decimal): -5489474 or 12467372. OLE color: 12467372.

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

Color convert

RGB 172 60 190 -
CMYK 0.09 0.68 0 0.25
HSL 291.69º 0.52% 0.49% -
HSV(B) 291.69º 0.68% 0.75% -
XYZ 27.92 15.72 50.28 -
YUV 108.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 172 60 190 0.09 0.68 0 0.25 291.69 0.52 0.49
Hex AC 3C BE 9 44 0 19 124 34 31
Octal 254 74 276 11 104 0 31 444 64 61
Binary 10101100 111100 10111110 1001 1000100 0 11001 100100100 110100 110001

Color Harmonies of #AC3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CBE

Black with #AC3CBE

Text Example


Text Example

White with #AC3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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