Html Css Color HEX #A399B1 Cold Purple

📋 copy color: '#A399B1'

red 163 ◦ green 153 ◦ blue 177

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

Shades of Cold Purple #A399B1

Tints of Cold Purple #A399B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.9%

R = 33.06%
G = 31.03%
B = 35.9%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A399B1 (or 0xA399B1) is known color: Cold Purple. HEX triplet: A3, 99 and B1. RGB value is (163,153,177). Sum of RGB (Red+Green+Blue) = 163+153+177=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #A399B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399B1 is #5C664E. Grayscale: #9E9E9E. Windows color (decimal): -6055503 or 11639203. OLE color: 11639203.

HSL color Cylindrical-coordinate representation of color #A399B1: hue angle of 265º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A399B1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 153 177 -
CMYK 0.08 0.14 0 0.31
HSL 265º 0.13% 0.65% -
HSV(B) 265º 0.14% 0.69% -
XYZ 34.43 33.74 46.29 -
YUV 158.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 163 153 177 0.08 0.14 0 0.31 265 0.13 0.65
Hex A3 99 B1 8 E 0 1F 109 D 41
Octal 243 231 261 10 16 0 37 411 15 101
Binary 10100011 10011001 10110001 1000 1110 0 11111 100001001 1101 1000001

Color Harmonies of #A399B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399B1

Black with #A399B1

Text Example


Text Example

White with #A399B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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