Html Css Color HEX #AC25BC Dark Orchid

📋 copy color: '#AC25BC'

red 172 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #AC25BC

Tints of Dark Orchid #AC25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 43.32%
G = 9.32%
B = 47.36%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC25BC (or 0xAC25BC) is known color: Dark Orchid. HEX triplet: AC, 25 and BC. RGB value is (172,37,188). Sum of RGB (Red+Green+Blue) = 172+37+188=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25BC is #53DA43. Grayscale: #5E5E5E. Windows color (decimal): -5495364 or 12330412. OLE color: 12330412.

HSL color Cylindrical-coordinate representation of color #AC25BC: hue angle of 293.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC25BC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 37 188 -
CMYK 0.09 0.80 0 0.26
HSL 293.64º 0.67% 0.44% -
HSV(B) 293.64º 0.8% 0.74% -
XYZ 26.75 13.72 48.82 -
YUV 94.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 172 37 188 0.09 0.80 0 0.26 293.64 0.67 0.44
Hex AC 25 BC 9 50 0 1A 126 43 2C
Octal 254 45 274 11 120 0 32 446 103 54
Binary 10101100 100101 10111100 1001 1010000 0 11010 100100110 1000011 101100

Color Harmonies of #AC25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25BC

Black with #AC25BC

Text Example


Text Example

White with #AC25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25BC; }

 p { color: rgb(172,37,188); }

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

background-color css

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

 a { background-color: rgb(172,37,188); }

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

border-color css

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

 span { border-color: rgb(172,37,188); }

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