#A836AF

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

Shades of Dark Orchid #A836AF

Tints of Dark Orchid #A836AF

Color information

#A836AF (or 0xA836AF) is unknown color: approx Dark Orchid. HEX triplet: A8, 36 and AF. RGB value is (168,54,175). Sum of RGB (Red+Green+Blue) = 168+54+175=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A836AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AF is #57C950. Grayscale: #656565. Windows color (decimal): -5753169 or 11482792. OLE color: 11482792.

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

Color convert

RGB16854175-
CMYK0.040.6900.31
HSL296.53º52.84%44.9%-
HSV(B)296.53º69.14%68.63%-
XYZ25.2114.0641.94-
YUV101.88169.27175.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=42.32%
G=13.60%
B=44.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168541750.040.6900.31296.5352.8444.9
HexA836AF44501F129352d
Octal2506625741050374516555
Binary10101000110110101011111001000101011111100101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A836AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A836AF; }

 p { color: rgb(168,54,175); }

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

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

 a { background-color: rgb(168,54,175); }

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

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

 span { border-color: rgb(168,54,175); }

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