Html Css Color HEX #AC35BA Dark Orchid

📋 copy color: '#AC35BA'

red 172 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #AC35BA

Tints of Dark Orchid #AC35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 41.85%
G = 12.9%
B = 45.26%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC35BA (or 0xAC35BA) is known color: Dark Orchid. HEX triplet: AC, 35 and BA. RGB value is (172,53,186). Sum of RGB (Red+Green+Blue) = 172+53+186=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC35BA is #53CA45. Grayscale: #676767. Windows color (decimal): -5491270 or 12203436. OLE color: 12203436.

HSL color Cylindrical-coordinate representation of color #AC35BA: hue angle of 293.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC35BA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 53 186 -
CMYK 0.08 0.72 0 0.27
HSL 293.68º 0.56% 0.47% -
HSV(B) 293.68º 0.72% 0.73% -
XYZ 27.15 14.86 47.89 -
YUV 103.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 172 53 186 0.08 0.72 0 0.27 293.68 0.56 0.47
Hex AC 35 BA 8 48 0 1B 126 38 2F
Octal 254 65 272 10 110 0 33 446 70 57
Binary 10101100 110101 10111010 1000 1001000 0 11011 100100110 111000 101111

Color Harmonies of #AC35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC35BA

Black with #AC35BA

Text Example


Text Example

White with #AC35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC35BA; }

 p { color: rgb(172,53,186); }

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

background-color css

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

 a { background-color: rgb(172,53,186); }

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

border-color css

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

 span { border-color: rgb(172,53,186); }

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