Html Css Color HEX #AC26C8 Dark Orchid

📋 copy color: '#AC26C8'

red 172 ◦ green 38 ◦ blue 200

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

Shades of Dark Orchid #AC26C8

Tints of Dark Orchid #AC26C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.78%

R = 41.95%
G = 9.27%
B = 48.78%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC26C8 (or 0xAC26C8) is known color: Dark Orchid. HEX triplet: AC, 26 and C8. RGB value is (172,38,200). Sum of RGB (Red+Green+Blue) = 172+38+200=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC26C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26C8 is #53D937. Grayscale: #606060. Windows color (decimal): -5495096 or 13117100. OLE color: 13117100.

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

Color convert

RGB 172 38 200 -
CMYK 0.14 0.81 0 0.22
HSL 289.63º 0.68% 0.47% -
HSV(B) 289.63º 0.81% 0.78% -
XYZ 28.13 14.33 55.93 -
YUV 96.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 172 38 200 0.14 0.81 0 0.22 289.63 0.68 0.47
Hex AC 26 C8 E 51 0 16 122 44 2F
Octal 254 46 310 16 121 0 26 442 104 57
Binary 10101100 100110 11001000 1110 1010001 0 10110 100100010 1000100 101111

Color Harmonies of #AC26C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26C8

Black with #AC26C8

Text Example


Text Example

White with #AC26C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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