Html Css Color HEX #A394BE Cold Purple

📋 copy color: '#A394BE'

red 163 ◦ green 148 ◦ blue 190

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

Shades of Cold Purple #A394BE

Tints of Cold Purple #A394BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 32.53%
G = 29.54%
B = 37.92%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A394BE (or 0xA394BE) is known color: Cold Purple. HEX triplet: A3, 94 and BE. RGB value is (163,148,190). Sum of RGB (Red+Green+Blue) = 163+148+190=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A394BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394BE is #5C6B41. Grayscale: #9D9D9D. Windows color (decimal): -6056770 or 12489891. OLE color: 12489891.

HSL color Cylindrical-coordinate representation of color #A394BE: hue angle of 261.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A394BE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 148 190 -
CMYK 0.14 0.22 0 0.25
HSL 261.43º 0.24% 0.66% -
HSV(B) 261.43º 0.22% 0.75% -
XYZ 34.99 32.68 53.18 -
YUV 157.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 163 148 190 0.14 0.22 0 0.25 261.43 0.24 0.66
Hex A3 94 BE E 16 0 19 105 18 42
Octal 243 224 276 16 26 0 31 405 30 102
Binary 10100011 10010100 10111110 1110 10110 0 11001 100000101 11000 1000010

Color Harmonies of #A394BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394BE

Black with #A394BE

Text Example


Text Example

White with #A394BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394BE; }

 p { color: rgb(163,148,190); }

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

background-color css

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

 a { background-color: rgb(163,148,190); }

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

border-color css

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

 span { border-color: rgb(163,148,190); }

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