Html Css Color HEX #AC26CA Dark Orchid

📋 copy color: '#AC26CA'

red 172 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #AC26CA

Tints of Dark Orchid #AC26CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 41.75%
G = 9.22%
B = 49.03%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC26CA (or 0xAC26CA) is known color: Dark Orchid. HEX triplet: AC, 26 and CA. RGB value is (172,38,202). Sum of RGB (Red+Green+Blue) = 172+38+202=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC26CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26CA is #53D935. Grayscale: #606060. Windows color (decimal): -5495094 or 13248172. OLE color: 13248172.

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

Color convert

RGB 172 38 202 -
CMYK 0.15 0.81 0 0.21
HSL 289.02º 0.68% 0.47% -
HSV(B) 289.02º 0.81% 0.79% -
XYZ 28.37 14.42 57.17 -
YUV 96.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 172 38 202 0.15 0.81 0 0.21 289.02 0.68 0.47
Hex AC 26 CA F 51 0 15 121 44 2F
Octal 254 46 312 17 121 0 25 441 104 57
Binary 10101100 100110 11001010 1111 1010001 0 10101 100100001 1000100 101111

Color Harmonies of #AC26CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26CA

Black with #AC26CA

Text Example


Text Example

White with #AC26CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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