Html Css Color HEX #A399BE Cold Purple

📋 copy color: '#A399BE'

red 163 ◦ green 153 ◦ blue 190

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

Shades of Cold Purple #A399BE

Tints of Cold Purple #A399BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 32.21%
G = 30.24%
B = 37.55%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A399BE (or 0xA399BE) is known color: Cold Purple. HEX triplet: A3, 99 and BE. RGB value is (163,153,190). Sum of RGB (Red+Green+Blue) = 163+153+190=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A399BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399BE is #5C6641. Grayscale: #A0A0A0. Windows color (decimal): -6055490 or 12491171. OLE color: 12491171.

HSL color Cylindrical-coordinate representation of color #A399BE: hue angle of 256.22º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A399BE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 153 190 -
CMYK 0.14 0.19 0 0.25
HSL 256.22º 0.22% 0.67% -
HSV(B) 256.22º 0.19% 0.75% -
XYZ 35.79 34.29 53.45 -
YUV 160.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 163 153 190 0.14 0.19 0 0.25 256.22 0.22 0.67
Hex A3 99 BE E 13 0 19 100 16 43
Octal 243 231 276 16 23 0 31 400 26 103
Binary 10100011 10011001 10111110 1110 10011 0 11001 100000000 10110 1000011

Color Harmonies of #A399BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399BE

Black with #A399BE

Text Example


Text Example

White with #A399BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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