#AB26C4

Color #AB26C4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AB26C4

Tints of Dark Orchid #AB26C4

Color information

#AB26C4 (or 0xAB26C4) is unknown color: approx Dark Orchid. HEX triplet: AB, 26 and C4. RGB value is (171,38,196). Sum of RGB (Red+Green+Blue) = 171+38+196=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB26C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26C4 is #54D93B. Grayscale: #5F5F5F. Windows color (decimal): -5560636 or 12854955. OLE color: 12854955.

HSL color Cylindrical-coordinate representation of color #AB26C4: hue angle of 290.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB26C4 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17138196-
CMYK0.130.8100.23
HSL290.51º67.52%45.88%-
HSV(B)290.51º80.61%76.86%-
XYZ27.4514.0353.49-
YUV95.78184.56181.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=42.22%
G=9.38%
B=48.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171381960.130.8100.23290.5167.5245.88
HexAB26C4D51017123442e
Octal253463041512102744310456
Binary1010101110011011000100110110100010101111001000111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB26C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB26C4; }

 p { color: rgb(171,38,196); }

 H1.HeaderClassName
 {
   color: #AB26C4;
 }
 .AnyTagClassName
 {
   color: #AB26C4;
 }
</style>
background-color css

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

 a { background-color: rgb(171,38,196); }

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

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

 span { border-color: rgb(171,38,196); }

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