#AB2CCF

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

Shades of Dark Orchid #AB2CCF

Tints of Dark Orchid #AB2CCF

Color information

#AB2CCF (or 0xAB2CCF) is unknown color: approx Dark Orchid. HEX triplet: AB, 2C and CF. RGB value is (171,44,207). Sum of RGB (Red+Green+Blue) = 171+44+207=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB2CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCF is #54D330. Grayscale: #646464. Windows color (decimal): -5559089 or 13577387. OLE color: 13577387.

HSL color Cylindrical-coordinate representation of color #AB2CCF: hue angle of 286.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2CCF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17144207-
CMYK0.170.7900.19
HSL286.75º64.94%49.22%-
HSV(B)286.75º78.74%81.18%-
XYZ28.9614.9660.39-
YUV100.56188.08178.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 207 (81.25% from 255) = 49.05%
R=40.52%
G=10.43%
B=49.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171442070.170.7900.19286.7564.9449.22
HexAB2CCF114F01311f4131
Octal253543172111702343710161
Binary10101011101100110011111000110011110100111000111111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CCF; }

 p { color: rgb(171,44,207); }

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

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

 a { background-color: rgb(171,44,207); }

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

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

 span { border-color: rgb(171,44,207); }

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