Html Css Color HEX #A394BF Cold Purple

📋 copy color: '#A394BF'

red 163 ◦ green 148 ◦ blue 191

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

Shades of Cold Purple #A394BF

Tints of Cold Purple #A394BF

RGB

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

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

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

R = 32.47%
G = 29.48%
B = 38.05%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A394BF (or 0xA394BF) is known color: Cold Purple. HEX triplet: A3, 94 and BF. RGB value is (163,148,191). Sum of RGB (Red+Green+Blue) = 163+148+191=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A394BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394BF is #5C6B40. Grayscale: #9D9D9D. Windows color (decimal): -6056769 or 12555427. OLE color: 12555427.

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

Color convert

RGB 163 148 191 -
CMYK 0.15 0.23 0 0.25
HSL 260.93º 0.25% 0.66% -
HSV(B) 260.93º 0.23% 0.75% -
XYZ 35.1 32.73 53.76 -
YUV 157.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 163 148 191 0.15 0.23 0 0.25 260.93 0.25 0.66
Hex A3 94 BF F 17 0 19 105 19 42
Octal 243 224 277 17 27 0 31 405 31 102
Binary 10100011 10010100 10111111 1111 10111 0 11001 100000101 11001 1000010

Color Harmonies of #A394BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394BF

Black with #A394BF

Text Example


Text Example

White with #A394BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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