#A283CB

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

Shades of Cold Purple #A283CB

Tints of Cold Purple #A283CB

Color information

#A283CB (or 0xA283CB) is unknown color: approx Cold Purple. HEX triplet: A2, 83 and CB. RGB value is (162,131,203). Sum of RGB (Red+Green+Blue) = 162+131+203=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A283CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283CB is #5D7C34. Grayscale: #949494. Windows color (decimal): -6126645 or 13337506. OLE color: 13337506.

HSL color Cylindrical-coordinate representation of color #A283CB: hue angle of 265.83º 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 #A283CB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162131203-
CMYK0.200.3500.20
HSL265.83º40.91%65.49%-
HSV(B)265.83º35.47%79.61%-
XYZ33.828.2360.17-
YUV148.48158.77137.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=32.66%
G=26.41%
B=40.93%

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
Decimal1621312030.200.3500.20265.8340.9165.49
HexA283CB142301410a2941
Octal242203313244302441251101
Binary101000101000001111001011101001000110101001000010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283CB; }

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

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

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

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

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

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

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

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