Html Css Color HEX #A38DCC Cold Purple

📋 copy color: '#A38DCC'

red 163 ◦ green 141 ◦ blue 204

#A38DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A38DCC

Tints of Cold Purple #A38DCC

RGB

 RED value IS 163 (64.06% from 255) = 32.09%

 GREEN value IS 141 (55.47% from 255) = 27.76%

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 32.09%
G = 27.76%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A38DCC (or 0xA38DCC) is known color: Cold Purple. HEX triplet: A3, 8D and CC. RGB value is (163,141,204). Sum of RGB (Red+Green+Blue) = 163+141+204=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCC is #5C7233. Grayscale: #9A9A9A. Windows color (decimal): -6058548 or 13405603. OLE color: 13405603.

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

Color convert

RGB 163 141 204 -
CMYK 0.20 0.31 0 0.2
HSL 260.95º 0.38% 0.68% -
HSV(B) 260.95º 0.31% 0.8% -
XYZ 35.53 31.2 61.28 -
YUV 154.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 163 141 204 0.20 0.31 0 0.2 260.95 0.38 0.68
Hex A3 8D CC 14 1F 0 14 105 26 44
Octal 243 215 314 24 37 0 24 405 46 104
Binary 10100011 10001101 11001100 10100 11111 0 10100 100000101 100110 1000100

Color Harmonies of #A38DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DCC

Black with #A38DCC

Text Example


Text Example

White with #A38DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DCC; }

 p { color: rgb(163,141,204); }

 H1.HeaderClassName
 {
   color: #A38DCC;
 }
 .AnyTagClassName
 {
   color: #A38DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(163,141,204); }

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

border-color css

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

 span { border-color: rgb(163,141,204); }

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