Html Css Color HEX #AC25CB Dark Orchid

📋 copy color: '#AC25CB'

red 172 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #AC25CB

Tints of Dark Orchid #AC25CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 41.75%
G = 8.98%
B = 49.27%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC25CB (or 0xAC25CB) is known color: Dark Orchid. HEX triplet: AC, 25 and CB. RGB value is (172,37,203). Sum of RGB (Red+Green+Blue) = 172+37+203=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC25CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25CB is #53DA34. Grayscale: #5F5F5F. Windows color (decimal): -5495349 or 13313452. OLE color: 13313452.

HSL color Cylindrical-coordinate representation of color #AC25CB: hue angle of 288.8º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC25CB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 37 203 -
CMYK 0.15 0.82 0 0.20
HSL 288.8º 0.69% 0.47% -
HSV(B) 288.8º 0.82% 0.8% -
XYZ 28.45 14.41 57.78 -
YUV 96.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 172 37 203 0.15 0.82 0 0.20 288.8 0.69 0.47
Hex AC 25 CB F 52 0 14 121 45 2F
Octal 254 45 313 17 122 0 24 441 105 57
Binary 10101100 100101 11001011 1111 1010010 0 10100 100100001 1000101 101111

Color Harmonies of #AC25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25CB

Black with #AC25CB

Text Example


Text Example

White with #AC25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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