#A38CCB

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

Shades of Cold Purple #A38CCB

Tints of Cold Purple #A38CCB

Color information

#A38CCB (or 0xA38CCB) is unknown color: approx Cold Purple. HEX triplet: A3, 8C and CB. RGB value is (163,140,203). Sum of RGB (Red+Green+Blue) = 163+140+203=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCB is #5C7334. Grayscale: #999999. Windows color (decimal): -6058805 or 13339811. OLE color: 13339811.

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

Color convert

RGB163140203-
CMYK0.200.3100.20
HSL261.9º37.72%67.25%-
HSV(B)261.9º31.03%79.61%-
XYZ35.2630.8560.6-
YUV154.06155.62134.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=32.21%
G=27.67%
B=40.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631402030.200.3100.20261.937.7267.25
HexA38CCB141F0141062643
Octal243214313243702440646103
Binary10100011100011001100101110100111110101001000001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CCB; }

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

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

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

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

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

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

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

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