Html Css Color HEX #A394B4 Cold Purple

📋 copy color: '#A394B4'

red 163 ◦ green 148 ◦ blue 180

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

Shades of Cold Purple #A394B4

Tints of Cold Purple #A394B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 33.2%
G = 30.14%
B = 36.66%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A394B4 (or 0xA394B4) is known color: Cold Purple. HEX triplet: A3, 94 and B4. RGB value is (163,148,180). Sum of RGB (Red+Green+Blue) = 163+148+180=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #A394B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394B4 is #5C6B4B. Grayscale: #9C9C9C. Windows color (decimal): -6056780 or 11834531. OLE color: 11834531.

HSL color Cylindrical-coordinate representation of color #A394B4: hue angle of 268.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A394B4 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 148 180 -
CMYK 0.09 0.18 0 0.29
HSL 268.13º 0.18% 0.64% -
HSV(B) 268.13º 0.18% 0.71% -
XYZ 33.93 32.26 47.62 -
YUV 156.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 163 148 180 0.09 0.18 0 0.29 268.13 0.18 0.64
Hex A3 94 B4 9 12 0 1D 10C 12 40
Octal 243 224 264 11 22 0 35 414 22 100
Binary 10100011 10010100 10110100 1001 10010 0 11101 100001100 10010 1000000

Color Harmonies of #A394B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394B4

Black with #A394B4

Text Example


Text Example

White with #A394B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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