Html Css Color HEX #A399B9 Cold Purple

📋 copy color: '#A399B9'

red 163 ◦ green 153 ◦ blue 185

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

Shades of Cold Purple #A399B9

Tints of Cold Purple #A399B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 32.53%
G = 30.54%
B = 36.93%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A399B9 (or 0xA399B9) is known color: Cold Purple. HEX triplet: A3, 99 and B9. RGB value is (163,153,185). Sum of RGB (Red+Green+Blue) = 163+153+185=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #A399B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399B9 is #5C6646. Grayscale: #9F9F9F. Windows color (decimal): -6055495 or 12163491. OLE color: 12163491.

HSL color Cylindrical-coordinate representation of color #A399B9: hue angle of 258.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A399B9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 153 185 -
CMYK 0.12 0.17 0 0.27
HSL 258.75º 0.19% 0.66% -
HSV(B) 258.75º 0.17% 0.73% -
XYZ 35.25 34.07 50.62 -
YUV 159.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 163 153 185 0.12 0.17 0 0.27 258.75 0.19 0.66
Hex A3 99 B9 C 11 0 1B 103 13 42
Octal 243 231 271 14 21 0 33 403 23 102
Binary 10100011 10011001 10111001 1100 10001 0 11011 100000011 10011 1000010

Color Harmonies of #A399B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399B9

Black with #A399B9

Text Example


Text Example

White with #A399B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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