Html Css Color HEX #A38EC2 Cold Purple

📋 copy color: '#A38EC2'

red 163 ◦ green 142 ◦ blue 194

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

Shades of Cold Purple #A38EC2

Tints of Cold Purple #A38EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 32.67%
G = 28.46%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A38EC2 (or 0xA38EC2) is known color: Cold Purple. HEX triplet: A3, 8E and C2. RGB value is (163,142,194). Sum of RGB (Red+Green+Blue) = 163+142+194=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #A38EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EC2 is #5C713D. Grayscale: #9A9A9A. Windows color (decimal): -6058302 or 12750499. OLE color: 12750499.

HSL color Cylindrical-coordinate representation of color #A38EC2: hue angle of 264.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38EC2 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 142 194 -
CMYK 0.16 0.27 0 0.24
HSL 264.23º 0.3% 0.66% -
HSV(B) 264.23º 0.27% 0.76% -
XYZ 34.51 31.03 55.21 -
YUV 154.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 163 142 194 0.16 0.27 0 0.24 264.23 0.3 0.66
Hex A3 8E C2 10 1B 0 18 108 1E 42
Octal 243 216 302 20 33 0 30 410 36 102
Binary 10100011 10001110 11000010 10000 11011 0 11000 100001000 11110 1000010

Color Harmonies of #A38EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EC2

Black with #A38EC2

Text Example


Text Example

White with #A38EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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