Html Css Color HEX #A394C9 Cold Purple

📋 copy color: '#A394C9'

red 163 ◦ green 148 ◦ blue 201

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

Shades of Cold Purple #A394C9

Tints of Cold Purple #A394C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 31.84%
G = 28.91%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A394C9 (or 0xA394C9) is known color: Cold Purple. HEX triplet: A3, 94 and C9. RGB value is (163,148,201). Sum of RGB (Red+Green+Blue) = 163+148+201=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #A394C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394C9 is #5C6B36. Grayscale: #9E9E9E. Windows color (decimal): -6056759 or 13210787. OLE color: 13210787.

HSL color Cylindrical-coordinate representation of color #A394C9: hue angle of 256.98º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A394C9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 148 201 -
CMYK 0.19 0.26 0 0.21
HSL 256.98º 0.33% 0.68% -
HSV(B) 256.98º 0.26% 0.79% -
XYZ 36.24 33.18 59.75 -
YUV 158.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 163 148 201 0.19 0.26 0 0.21 256.98 0.33 0.68
Hex A3 94 C9 13 1A 0 15 101 21 44
Octal 243 224 311 23 32 0 25 401 41 104
Binary 10100011 10010100 11001001 10011 11010 0 10101 100000001 100001 1000100

Color Harmonies of #A394C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394C9

Black with #A394C9

Text Example


Text Example

White with #A394C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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