Html Css Color HEX #AC3BBE Dark Orchid

📋 copy color: '#AC3BBE'

red 172 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #AC3BBE

Tints of Dark Orchid #AC3BBE

RGB

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

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

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

R = 40.86%
G = 14.01%
B = 45.13%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC3BBE (or 0xAC3BBE) is known color: Dark Orchid. HEX triplet: AC, 3B and BE. RGB value is (172,59,190). Sum of RGB (Red+Green+Blue) = 172+59+190=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BBE is #53C441. Grayscale: #6B6B6B. Windows color (decimal): -5489730 or 12467116. OLE color: 12467116.

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

Color convert

RGB 172 59 190 -
CMYK 0.09 0.69 0 0.25
HSL 291.76º 0.53% 0.49% -
HSV(B) 291.76º 0.69% 0.75% -
XYZ 27.87 15.62 50.26 -
YUV 107.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 172 59 190 0.09 0.69 0 0.25 291.76 0.53 0.49
Hex AC 3B BE 9 45 0 19 124 35 31
Octal 254 73 276 11 105 0 31 444 65 61
Binary 10101100 111011 10111110 1001 1000101 0 11001 100100100 110101 110001

Color Harmonies of #AC3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BBE

Black with #AC3BBE

Text Example


Text Example

White with #AC3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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