Html Css Color HEX #AC2BAF Dark Orchid

📋 copy color: '#AC2BAF'

red 172 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #AC2BAF

Tints of Dark Orchid #AC2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

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

R = 44.1%
G = 11.03%
B = 44.87%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC2BAF (or 0xAC2BAF) is known color: Dark Orchid. HEX triplet: AC, 2B and AF. RGB value is (172,43,175). Sum of RGB (Red+Green+Blue) = 172+43+175=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC2BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BAF is #53D450. Grayscale: #606060. Windows color (decimal): -5493841 or 11479980. OLE color: 11479980.

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

Color convert

RGB 172 43 175 -
CMYK 0.02 0.75 0 0.31
HSL 298.64º 0.61% 0.43% -
HSV(B) 298.64º 0.75% 0.69% -
XYZ 25.62 13.59 41.83 -
YUV 96.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 172 43 175 0.02 0.75 0 0.31 298.64 0.61 0.43
Hex AC 2B AF 2 4B 0 1F 12B 3D 2B
Octal 254 53 257 2 113 0 37 453 75 53
Binary 10101100 101011 10101111 10 1001011 0 11111 100101011 111101 101011

Color Harmonies of #AC2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BAF

Black with #AC2BAF

Text Example


Text Example

White with #AC2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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