Html Css Color HEX #A38EBC Cold Purple

📋 copy color: '#A38EBC'

red 163 ◦ green 142 ◦ blue 188

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

Shades of Cold Purple #A38EBC

Tints of Cold Purple #A38EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.8%

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 33.06%
G = 28.8%
B = 38.13%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A38EBC (or 0xA38EBC) is known color: Cold Purple. HEX triplet: A3, 8E and BC. RGB value is (163,142,188). Sum of RGB (Red+Green+Blue) = 163+142+188=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A38EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EBC is #5C7143. Grayscale: #999999. Windows color (decimal): -6058308 or 12357283. OLE color: 12357283.

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

Color convert

RGB 163 142 188 -
CMYK 0.13 0.24 0 0.26
HSL 267.39º 0.26% 0.65% -
HSV(B) 267.39º 0.24% 0.74% -
XYZ 33.85 30.76 51.73 -
YUV 153.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 163 142 188 0.13 0.24 0 0.26 267.39 0.26 0.65
Hex A3 8E BC D 18 0 1A 10B 1A 41
Octal 243 216 274 15 30 0 32 413 32 101
Binary 10100011 10001110 10111100 1101 11000 0 11010 100001011 11010 1000001

Color Harmonies of #A38EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EBC

Black with #A38EBC

Text Example


Text Example

White with #A38EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EBC; }

 p { color: rgb(163,142,188); }

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

background-color css

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

 a { background-color: rgb(163,142,188); }

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

border-color css

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

 span { border-color: rgb(163,142,188); }

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