Html Css Color HEX #A399C0 Cold Purple

📋 copy color: '#A399C0'

red 163 ◦ green 153 ◦ blue 192

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

Shades of Cold Purple #A399C0

Tints of Cold Purple #A399C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 32.09%
G = 30.12%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A399C0 (or 0xA399C0) is known color: Cold Purple. HEX triplet: A3, 99 and C0. RGB value is (163,153,192). Sum of RGB (Red+Green+Blue) = 163+153+192=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #A399C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C0 is #5C663F. Grayscale: #A0A0A0. Windows color (decimal): -6055488 or 12622243. OLE color: 12622243.

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

Color convert

RGB 163 153 192 -
CMYK 0.15 0.20 0 0.25
HSL 255.38º 0.24% 0.68% -
HSV(B) 255.38º 0.2% 0.75% -
XYZ 36.01 34.37 54.61 -
YUV 160.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 163 153 192 0.15 0.20 0 0.25 255.38 0.24 0.68
Hex A3 99 C0 F 14 0 19 FF 18 44
Octal 243 231 300 17 24 0 31 377 30 104
Binary 10100011 10011001 11000000 1111 10100 0 11001 11111111 11000 1000100

Color Harmonies of #A399C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399C0

Black with #A399C0

Text Example


Text Example

White with #A399C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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