Html Css Color HEX #A399BA Cold Purple

📋 copy color: '#A399BA'

red 163 ◦ green 153 ◦ blue 186

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

Shades of Cold Purple #A399BA

Tints of Cold Purple #A399BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 32.47%
G = 30.48%
B = 37.05%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A399BA (or 0xA399BA) is known color: Cold Purple. HEX triplet: A3, 99 and BA. RGB value is (163,153,186). Sum of RGB (Red+Green+Blue) = 163+153+186=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #A399BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399BA is #5C6645. Grayscale: #9F9F9F. Windows color (decimal): -6055494 or 12229027. OLE color: 12229027.

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

Color convert

RGB 163 153 186 -
CMYK 0.12 0.18 0 0.27
HSL 258.18º 0.19% 0.66% -
HSV(B) 258.18º 0.18% 0.73% -
XYZ 35.36 34.11 51.18 -
YUV 159.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 163 153 186 0.12 0.18 0 0.27 258.18 0.19 0.66
Hex A3 99 BA C 12 0 1B 102 13 42
Octal 243 231 272 14 22 0 33 402 23 102
Binary 10100011 10011001 10111010 1100 10010 0 11011 100000010 10011 1000010

Color Harmonies of #A399BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399BA

Black with #A399BA

Text Example


Text Example

White with #A399BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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