Html Css Color HEX #A399C1 Cold Purple

📋 copy color: '#A399C1'

red 163 ◦ green 153 ◦ blue 193

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

Shades of Cold Purple #A399C1

Tints of Cold Purple #A399C1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 32.02%
G = 30.06%
B = 37.92%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A399C1 (or 0xA399C1) is known color: Cold Purple. HEX triplet: A3, 99 and C1. RGB value is (163,153,193). Sum of RGB (Red+Green+Blue) = 163+153+193=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #A399C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C1 is #5C663E. Grayscale: #A0A0A0. Windows color (decimal): -6055487 or 12687779. OLE color: 12687779.

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

Color convert

RGB 163 153 193 -
CMYK 0.16 0.21 0 0.24
HSL 255º 0.24% 0.68% -
HSV(B) 255º 0.21% 0.76% -
XYZ 36.12 34.42 55.19 -
YUV 160.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 163 153 193 0.16 0.21 0 0.24 255 0.24 0.68
Hex A3 99 C1 10 15 0 18 FF 18 44
Octal 243 231 301 20 25 0 30 377 30 104
Binary 10100011 10011001 11000001 10000 10101 0 11000 11111111 11000 1000100

Color Harmonies of #A399C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399C1

Black with #A399C1

Text Example


Text Example

White with #A399C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399C1; }

 p { color: rgb(163,153,193); }

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

background-color css

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

 a { background-color: rgb(163,153,193); }

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

border-color css

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

 span { border-color: rgb(163,153,193); }

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