Html Css Color HEX #A38CBD Cold Purple

📋 copy color: '#A38CBD'

red 163 ◦ green 140 ◦ blue 189

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

Shades of Cold Purple #A38CBD

Tints of Cold Purple #A38CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 33.13%
G = 28.46%
B = 38.41%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A38CBD (or 0xA38CBD) is known color: Cold Purple. HEX triplet: A3, 8C and BD. RGB value is (163,140,189). Sum of RGB (Red+Green+Blue) = 163+140+189=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A38CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CBD is #5C7342. Grayscale: #989898. Windows color (decimal): -6058819 or 12422307. OLE color: 12422307.

HSL color Cylindrical-coordinate representation of color #A38CBD: hue angle of 268.16º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38CBD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 140 189 -
CMYK 0.14 0.26 0 0.26
HSL 268.16º 0.27% 0.65% -
HSV(B) 268.16º 0.26% 0.74% -
XYZ 33.67 30.22 52.2 -
YUV 152.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 163 140 189 0.14 0.26 0 0.26 268.16 0.27 0.65
Hex A3 8C BD E 1A 0 1A 10C 1B 41
Octal 243 214 275 16 32 0 32 414 33 101
Binary 10100011 10001100 10111101 1110 11010 0 11010 100001100 11011 1000001

Color Harmonies of #A38CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CBD

Black with #A38CBD

Text Example


Text Example

White with #A38CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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