Html Css Color HEX #AC3BE5 Dark Orchid

📋 copy color: '#AC3BE5'

red 172 ◦ green 59 ◦ blue 229

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

Shades of Dark Orchid #AC3BE5

Tints of Dark Orchid #AC3BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.78%

R = 37.39%
G = 12.83%
B = 49.78%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC3BE5 (or 0xAC3BE5) is known color: Dark Orchid. HEX triplet: AC, 3B and E5. RGB value is (172,59,229). Sum of RGB (Red+Green+Blue) = 172+59+229=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC3BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BE5 is #53C41A. Grayscale: #6F6F6F. Windows color (decimal): -5489691 or 15023020. OLE color: 15023020.

HSL color Cylindrical-coordinate representation of color #AC3BE5: hue angle of 279.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3BE5 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 59 229 -
CMYK 0.25 0.74 0 0.10
HSL 279.88º 0.77% 0.56% -
HSV(B) 279.88º 0.74% 0.9% -
XYZ 32.72 17.56 75.79 -
YUV 112.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 172 59 229 0.25 0.74 0 0.10 279.88 0.77 0.56
Hex AC 3B E5 19 4A 0 A 118 4D 38
Octal 254 73 345 31 112 0 12 430 115 70
Binary 10101100 111011 11100101 11001 1001010 0 1010 100011000 1001101 111000

Color Harmonies of #AC3BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BE5

Black with #AC3BE5

Text Example


Text Example

White with #AC3BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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