#A38ACA

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

Shades of Cold Purple #A38ACA

Tints of Cold Purple #A38ACA

Color information

#A38ACA (or 0xA38ACA) is unknown color: approx Cold Purple. HEX triplet: A3, 8A and CA. RGB value is (163,138,202). Sum of RGB (Red+Green+Blue) = 163+138+202=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A38ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ACA is #5C7535. Grayscale: #989898. Windows color (decimal): -6059318 or 13273763. OLE color: 13273763.

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

Color convert

RGB163138202-
CMYK0.190.3200.21
HSL263.44º37.65%66.67%-
HSV(B)263.44º31.68%79.22%-
XYZ34.8530.2359.87-
YUV152.77155.78135.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=32.41%
G=27.44%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631382020.190.3200.21263.4437.6566.67
HexA38ACA13200151072643
Octal243212312234002540746103
Binary101000111000101011001010100111000000101011000001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38ACA; }

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

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

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

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

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

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

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

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