#A833BE

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

Shades of Dark Orchid #A833BE

Tints of Dark Orchid #A833BE

Color information

#A833BE (or 0xA833BE) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and BE. RGB value is (168,51,190). Sum of RGB (Red+Green+Blue) = 168+51+190=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #A833BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833BE is #57CC41. Grayscale: #656565. Windows color (decimal): -5753922 or 12465064. OLE color: 12465064.

HSL color Cylindrical-coordinate representation of color #A833BE: hue angle of 290.5º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A833BE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16851190-
CMYK0.120.7300.25
HSL290.5º57.68%47.25%-
HSV(B)290.5º73.16%74.51%-
XYZ26.6314.4150.09-
YUV101.83177.76175.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=41.08%
G=12.47%
B=46.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168511900.120.7300.25290.557.6847.25
HexA833BEC490191233a2f
Octal25063276141110314437257
Binary101010001100111011111011001001001011001100100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833BE; }

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

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

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

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

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

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

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

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