Html Css Color HEX #AC26CB Dark Orchid

📋 copy color: '#AC26CB'

red 172 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #AC26CB

Tints of Dark Orchid #AC26CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.2%

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

R = 41.65%
G = 9.2%
B = 49.15%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC26CB (or 0xAC26CB) is known color: Dark Orchid. HEX triplet: AC, 26 and CB. RGB value is (172,38,203). Sum of RGB (Red+Green+Blue) = 172+38+203=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26CB is #53D934. Grayscale: #606060. Windows color (decimal): -5495093 or 13313708. OLE color: 13313708.

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

Color convert

RGB 172 38 203 -
CMYK 0.15 0.81 0 0.20
HSL 288.73º 0.68% 0.47% -
HSV(B) 288.73º 0.81% 0.8% -
XYZ 28.49 14.47 57.79 -
YUV 96.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 172 38 203 0.15 0.81 0 0.20 288.73 0.68 0.47
Hex AC 26 CB F 51 0 14 121 44 2F
Octal 254 46 313 17 121 0 24 441 104 57
Binary 10101100 100110 11001011 1111 1010001 0 10100 100100001 1000100 101111

Color Harmonies of #AC26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26CB

Black with #AC26CB

Text Example


Text Example

White with #AC26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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