Html Css Color HEX #AC3DBE Dark Orchid

📋 copy color: '#AC3DBE'

red 172 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #AC3DBE

Tints of Dark Orchid #AC3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

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

R = 40.66%
G = 14.42%
B = 44.92%

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

#AC3DBE (or 0xAC3DBE) is known color: Dark Orchid. HEX triplet: AC, 3D and BE. RGB value is (172,61,190). Sum of RGB (Red+Green+Blue) = 172+61+190=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DBE is #53C241. Grayscale: #6C6C6C. Windows color (decimal): -5489218 or 12467628. OLE color: 12467628.

HSL color Cylindrical-coordinate representation of color #AC3DBE: hue angle of 291.63º degrees, saturation: 0.51, 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 #AC3DBE is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 61 190 -
CMYK 0.09 0.68 0 0.25
HSL 291.63º 0.51% 0.49% -
HSV(B) 291.63º 0.68% 0.75% -
XYZ 27.98 15.83 50.3 -
YUV 108.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 172 61 190 0.09 0.68 0 0.25 291.63 0.51 0.49
Hex AC 3D BE 9 44 0 19 124 33 31
Octal 254 75 276 11 104 0 31 444 63 61
Binary 10101100 111101 10111110 1001 1000100 0 11001 100100100 110011 110001

Color Harmonies of #AC3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DBE

Black with #AC3DBE

Text Example


Text Example

White with #AC3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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