Html Css Color HEX #AC30AF Dark Orchid

📋 copy color: '#AC30AF'

red 172 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #AC30AF

Tints of Dark Orchid #AC30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 43.54%
G = 12.15%
B = 44.3%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC30AF (or 0xAC30AF) is known color: Dark Orchid. HEX triplet: AC, 30 and AF. RGB value is (172,48,175). Sum of RGB (Red+Green+Blue) = 172+48+175=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC30AF is #53CF50. Grayscale: #636363. Windows color (decimal): -5492561 or 11481260. OLE color: 11481260.

HSL color Cylindrical-coordinate representation of color #AC30AF: hue angle of 298.58º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC30AF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 48 175 -
CMYK 0.02 0.73 0 0.31
HSL 298.58º 0.57% 0.44% -
HSV(B) 298.58º 0.73% 0.69% -
XYZ 25.81 13.98 41.9 -
YUV 99.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 172 48 175 0.02 0.73 0 0.31 298.58 0.57 0.44
Hex AC 30 AF 2 49 0 1F 12B 39 2C
Octal 254 60 257 2 111 0 37 453 71 54
Binary 10101100 110000 10101111 10 1001001 0 11111 100101011 111001 101100

Color Harmonies of #AC30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30AF

Black with #AC30AF

Text Example


Text Example

White with #AC30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30AF; }

 p { color: rgb(172,48,175); }

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

background-color css

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

 a { background-color: rgb(172,48,175); }

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

border-color css

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

 span { border-color: rgb(172,48,175); }

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