#A534CB

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

Shades of Dark Orchid #A534CB

Tints of Dark Orchid #A534CB

Color information

#A534CB (or 0xA534CB) is unknown color: approx Dark Orchid. HEX triplet: A5, 34 and CB. RGB value is (165,52,203). Sum of RGB (Red+Green+Blue) = 165+52+203=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A534CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534CB is #5ACB34. Grayscale: #666666. Windows color (decimal): -5950261 or 13317285. OLE color: 13317285.

HSL color Cylindrical-coordinate representation of color #A534CB: hue angle of 284.9º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A534CB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16552203-
CMYK0.190.7400.20
HSL284.9º59.22%50%-
HSV(B)284.9º74.38%79.61%-
XYZ27.5214.7757.9-
YUV103184.44172.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 52 (20.70% from 255) = 12.38%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=39.29%
G=12.38%
B=48.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165522030.190.7400.20284.959.2250
HexA534CB134A01411d3b32
Octal24564313231120244357362
Binary1010010111010011001011100111001010010100100011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534CB; }

 p { color: rgb(165,52,203); }

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

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

 a { background-color: rgb(165,52,203); }

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

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

 span { border-color: rgb(165,52,203); }

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