#A383CB

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

Shades of Cold Purple #A383CB

Tints of Cold Purple #A383CB

Color information

#A383CB (or 0xA383CB) is unknown color: approx Cold Purple. HEX triplet: A3, 83 and CB. RGB value is (163,131,203). Sum of RGB (Red+Green+Blue) = 163+131+203=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A383CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383CB is #5C7C34. Grayscale: #949494. Windows color (decimal): -6061109 or 13337507. OLE color: 13337507.

HSL color Cylindrical-coordinate representation of color #A383CB: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A383CB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163131203-
CMYK0.200.3500.20
HSL266.67º40.91%65.49%-
HSV(B)266.67º35.47%79.61%-
XYZ3428.3360.18-
YUV148.78158.6138.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=32.80%
G=26.36%
B=40.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631312030.200.3500.20266.6740.9165.49
HexA383CB142301410b2941
Octal243203313244302441351101
Binary101000111000001111001011101001000110101001000010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383CB; }

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

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

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

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

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

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

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

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