Html Css Color HEX #A399B8 Cold Purple

📋 copy color: '#A399B8'

red 163 ◦ green 153 ◦ blue 184

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

Shades of Cold Purple #A399B8

Tints of Cold Purple #A399B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.8%

R = 32.6%
G = 30.6%
B = 36.8%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A399B8 (or 0xA399B8) is known color: Cold Purple. HEX triplet: A3, 99 and B8. RGB value is (163,153,184). Sum of RGB (Red+Green+Blue) = 163+153+184=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #A399B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399B8 is #5C6647. Grayscale: #9F9F9F. Windows color (decimal): -6055496 or 12097955. OLE color: 12097955.

HSL color Cylindrical-coordinate representation of color #A399B8: hue angle of 259.35º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A399B8 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 153 184 -
CMYK 0.11 0.17 0 0.28
HSL 259.35º 0.18% 0.66% -
HSV(B) 259.35º 0.17% 0.72% -
XYZ 35.15 34.03 50.06 -
YUV 159.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 163 153 184 0.11 0.17 0 0.28 259.35 0.18 0.66
Hex A3 99 B8 B 11 0 1C 103 12 42
Octal 243 231 270 13 21 0 34 403 22 102
Binary 10100011 10011001 10111000 1011 10001 0 11100 100000011 10010 1000010

Color Harmonies of #A399B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399B8

Black with #A399B8

Text Example


Text Example

White with #A399B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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