Html Css Color HEX #A38CBB Cold Purple

📋 copy color: '#A38CBB'

red 163 ◦ green 140 ◦ blue 187

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

Shades of Cold Purple #A38CBB

Tints of Cold Purple #A38CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.57%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 33.27%
G = 28.57%
B = 38.16%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A38CBB (or 0xA38CBB) is known color: Cold Purple. HEX triplet: A3, 8C and BB. RGB value is (163,140,187). Sum of RGB (Red+Green+Blue) = 163+140+187=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #A38CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CBB is #5C7344. Grayscale: #989898. Windows color (decimal): -6058821 or 12291235. OLE color: 12291235.

HSL color Cylindrical-coordinate representation of color #A38CBB: hue angle of 269.36º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A38CBB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 140 187 -
CMYK 0.13 0.25 0 0.27
HSL 269.36º 0.26% 0.64% -
HSV(B) 269.36º 0.25% 0.73% -
XYZ 33.45 30.13 51.07 -
YUV 152.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 163 140 187 0.13 0.25 0 0.27 269.36 0.26 0.64
Hex A3 8C BB D 19 0 1B 10D 1A 40
Octal 243 214 273 15 31 0 33 415 32 100
Binary 10100011 10001100 10111011 1101 11001 0 11011 100001101 11010 1000000

Color Harmonies of #A38CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CBB

Black with #A38CBB

Text Example


Text Example

White with #A38CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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