Html Css Color HEX #AC3ABC Dark Orchid

📋 copy color: '#AC3ABC'

red 172 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #AC3ABC

Tints of Dark Orchid #AC3ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.88%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 41.15%
G = 13.88%
B = 44.98%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC3ABC (or 0xAC3ABC) is known color: Dark Orchid. HEX triplet: AC, 3A and BC. RGB value is (172,58,188). Sum of RGB (Red+Green+Blue) = 172+58+188=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ABC is #53C543. Grayscale: #6A6A6A. Windows color (decimal): -5489988 or 12335788. OLE color: 12335788.

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

Color convert

RGB 172 58 188 -
CMYK 0.09 0.69 0 0.26
HSL 292.62º 0.53% 0.48% -
HSV(B) 292.62º 0.69% 0.74% -
XYZ 27.6 15.43 49.1 -
YUV 106.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 172 58 188 0.09 0.69 0 0.26 292.62 0.53 0.48
Hex AC 3A BC 9 45 0 1A 125 35 30
Octal 254 72 274 11 105 0 32 445 65 60
Binary 10101100 111010 10111100 1001 1000101 0 11010 100100101 110101 110000

Color Harmonies of #AC3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ABC

Black with #AC3ABC

Text Example


Text Example

White with #AC3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ABC; }

 p { color: rgb(172,58,188); }

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

background-color css

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

 a { background-color: rgb(172,58,188); }

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

border-color css

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

 span { border-color: rgb(172,58,188); }

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