#A833B1

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

Shades of Dark Orchid #A833B1

Tints of Dark Orchid #A833B1

Color information

#A833B1 (or 0xA833B1) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and B1. RGB value is (168,51,177). Sum of RGB (Red+Green+Blue) = 168+51+177=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #A833B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833B1 is #57CC4E. Grayscale: #636363. Windows color (decimal): -5753935 or 11613096. OLE color: 11613096.

HSL color Cylindrical-coordinate representation of color #A833B1: hue angle of 295.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A833B1 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16851177-
CMYK0.050.7100.31
HSL295.71º55.26%44.71%-
HSV(B)295.71º71.19%69.41%-
XYZ25.2713.8742.94-
YUV100.35171.26176.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=42.42%
G=12.88%
B=44.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168511770.050.7100.31295.7155.2644.71
HexA833B154701F128372d
Octal2506326151070374506755
Binary10101000110011101100011011000111011111100101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833B1; }

 p { color: rgb(168,51,177); }

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

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

 a { background-color: rgb(168,51,177); }

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

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

 span { border-color: rgb(168,51,177); }

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