Html Css Color HEX #A399AF Cold Purple

📋 copy color: '#A399AF'

red 163 ◦ green 153 ◦ blue 175

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

Shades of Cold Purple #A399AF

Tints of Cold Purple #A399AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 33.2%
G = 31.16%
B = 35.64%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A399AF (or 0xA399AF) is known color: Cold Purple. HEX triplet: A3, 99 and AF. RGB value is (163,153,175). Sum of RGB (Red+Green+Blue) = 163+153+175=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A399AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AF is #5C6650. Grayscale: #9E9E9E. Windows color (decimal): -6055505 or 11508131. OLE color: 11508131.

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

Color convert

RGB 163 153 175 -
CMYK 0.07 0.13 0 0.31
HSL 267.27º 0.12% 0.64% -
HSV(B) 267.27º 0.13% 0.69% -
XYZ 34.23 33.66 45.25 -
YUV 158.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 163 153 175 0.07 0.13 0 0.31 267.27 0.12 0.64
Hex A3 99 AF 7 D 0 1F 10B C 40
Octal 243 231 257 7 15 0 37 413 14 100
Binary 10100011 10011001 10101111 111 1101 0 11111 100001011 1100 1000000

Color Harmonies of #A399AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399AF

Black with #A399AF

Text Example


Text Example

White with #A399AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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