Html Css Color HEX #A38CBF Cold Purple

📋 copy color: '#A38CBF'

red 163 ◦ green 140 ◦ blue 191

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

Shades of Cold Purple #A38CBF

Tints of Cold Purple #A38CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.66%

R = 33%
G = 28.34%
B = 38.66%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A38CBF (or 0xA38CBF) is known color: Cold Purple. HEX triplet: A3, 8C and BF. RGB value is (163,140,191). Sum of RGB (Red+Green+Blue) = 163+140+191=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A38CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CBF is #5C7340. Grayscale: #989898. Windows color (decimal): -6058817 or 12553379. OLE color: 12553379.

HSL color Cylindrical-coordinate representation of color #A38CBF: hue angle of 267.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38CBF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 140 191 -
CMYK 0.15 0.27 0 0.25
HSL 267.06º 0.28% 0.65% -
HSV(B) 267.06º 0.27% 0.75% -
XYZ 33.89 30.3 53.35 -
YUV 152.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 163 140 191 0.15 0.27 0 0.25 267.06 0.28 0.65
Hex A3 8C BF F 1B 0 19 10B 1C 41
Octal 243 214 277 17 33 0 31 413 34 101
Binary 10100011 10001100 10111111 1111 11011 0 11001 100001011 11100 1000001

Color Harmonies of #A38CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CBF

Black with #A38CBF

Text Example


Text Example

White with #A38CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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