Html Css Color HEX #AC26DA Dark Orchid

📋 copy color: '#AC26DA'

red 172 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #AC26DA

Tints of Dark Orchid #AC26DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 40.19%
G = 8.88%
B = 50.93%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC26DA (or 0xAC26DA) is known color: Dark Orchid. HEX triplet: AC, 26 and DA. RGB value is (172,38,218). Sum of RGB (Red+Green+Blue) = 172+38+218=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC26DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26DA is #53D925. Grayscale: #626262. Windows color (decimal): -5495078 or 14296748. OLE color: 14296748.

HSL color Cylindrical-coordinate representation of color #AC26DA: hue angle of 284.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC26DA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 38 218 -
CMYK 0.21 0.83 0 0.15
HSL 284.67º 0.71% 0.5% -
HSV(B) 284.67º 0.83% 0.85% -
XYZ 30.36 15.22 67.67 -
YUV 98.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 172 38 218 0.21 0.83 0 0.15 284.67 0.71 0.5
Hex AC 26 DA 15 53 0 F 11D 47 32
Octal 254 46 332 25 123 0 17 435 107 62
Binary 10101100 100110 11011010 10101 1010011 0 1111 100011101 1000111 110010

Color Harmonies of #AC26DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26DA

Black with #AC26DA

Text Example


Text Example

White with #AC26DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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