#A635CD

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

Shades of Dark Orchid #A635CD

Tints of Dark Orchid #A635CD

Color information

#A635CD (or 0xA635CD) is unknown color: approx Dark Orchid. HEX triplet: A6, 35 and CD. RGB value is (166,53,205). Sum of RGB (Red+Green+Blue) = 166+53+205=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #A635CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635CD is #59CA32. Grayscale: #676767. Windows color (decimal): -5884467 or 13448614. OLE color: 13448614.

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

Color convert

RGB16653205-
CMYK0.190.7400.20
HSL284.61º60.32%50.59%-
HSV(B)284.61º74.15%80.39%-
XYZ28.0215.0659.19-
YUV104.12184.94172.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=39.15%
G=12.5%
B=48.35%

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
Decimal166532050.190.7400.20284.6160.3250.59
HexA635CD134A01411d3c33
Octal24665315231120244357463
Binary1010011011010111001101100111001010010100100011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A635CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A635CD; }

 p { color: rgb(166,53,205); }

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

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

 a { background-color: rgb(166,53,205); }

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

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

 span { border-color: rgb(166,53,205); }

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