#A13CCA

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

Shades of Dark Orchid #A13CCA

Tints of Dark Orchid #A13CCA

Color information

#A13CCA (or 0xA13CCA) is unknown color: approx Dark Orchid. HEX triplet: A1, 3C and CA. RGB value is (161,60,202). Sum of RGB (Red+Green+Blue) = 161+60+202=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #A13CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CCA is #5EC335. Grayscale: #696969. Windows color (decimal): -6210358 or 13253793. OLE color: 13253793.

HSL color Cylindrical-coordinate representation of color #A13CCA: hue angle of 282.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13CCA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16160202-
CMYK0.200.7000.21
HSL282.68º57.26%51.37%-
HSV(B)282.68º70.3%79.22%-
XYZ26.9715.0757.36-
YUV106.39181.96166.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=38.06%
G=14.18%
B=47.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161602020.200.7000.21282.6857.2651.37
HexA13CCA144601511b3933
Octal24174312241060254337163
Binary1010000111110011001010101001000110010101100011011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13CCA; }

 p { color: rgb(161,60,202); }

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

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

 a { background-color: rgb(161,60,202); }

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

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

 span { border-color: rgb(161,60,202); }

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