#A383CA

Color #A383CA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A383CA

Tints of Cold Purple #A383CA

Color information

#A383CA (or 0xA383CA) is unknown color: approx Cold Purple. HEX triplet: A3, 83 and CA. RGB value is (163,131,202). Sum of RGB (Red+Green+Blue) = 163+131+202=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A383CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383CA is #5C7C35. Grayscale: #949494. Windows color (decimal): -6061110 or 13271971. OLE color: 13271971.

HSL color Cylindrical-coordinate representation of color #A383CA: hue angle of 267.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A383CA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163131202-
CMYK0.190.3500.21
HSL267.04º40.11%65.29%-
HSV(B)267.04º35.15%79.22%-
XYZ33.8828.2859.55-
YUV148.66158.1138.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=32.86%
G=26.41%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631312020.190.3500.21267.0440.1165.29
HexA383CA132301510b2841
Octal243203312234302541350101
Binary101000111000001111001010100111000110101011000010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383CA; }

 p { color: rgb(163,131,202); }

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

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

 a { background-color: rgb(163,131,202); }

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

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

 span { border-color: rgb(163,131,202); }

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