Html Css Color HEX #AC3BBC Dark Orchid

📋 copy color: '#AC3BBC'

red 172 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #AC3BBC

Tints of Dark Orchid #AC3BBC

RGB

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

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

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

R = 41.05%
G = 14.08%
B = 44.87%

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

#AC3BBC (or 0xAC3BBC) is known color: Dark Orchid. HEX triplet: AC, 3B and BC. RGB value is (172,59,188). Sum of RGB (Red+Green+Blue) = 172+59+188=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BBC is #53C443. Grayscale: #6B6B6B. Windows color (decimal): -5489732 or 12336044. OLE color: 12336044.

HSL color Cylindrical-coordinate representation of color #AC3BBC: hue angle of 292.56º degrees, saturation: 0.52, 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 #AC3BBC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 59 188 -
CMYK 0.09 0.69 0 0.26
HSL 292.56º 0.52% 0.48% -
HSV(B) 292.56º 0.69% 0.74% -
XYZ 27.65 15.53 49.12 -
YUV 107.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 172 59 188 0.09 0.69 0 0.26 292.56 0.52 0.48
Hex AC 3B BC 9 45 0 1A 125 34 30
Octal 254 73 274 11 105 0 32 445 64 60
Binary 10101100 111011 10111100 1001 1000101 0 11010 100100101 110100 110000

Color Harmonies of #AC3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BBC

Black with #AC3BBC

Text Example


Text Example

White with #AC3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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