Html Css Color HEX #A398BF Cold Purple

📋 copy color: '#A398BF'

red 163 ◦ green 152 ◦ blue 191

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

Shades of Cold Purple #A398BF

Tints of Cold Purple #A398BF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 32.21%
G = 30.04%
B = 37.75%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A398BF (or 0xA398BF) is known color: Cold Purple. HEX triplet: A3, 98 and BF. RGB value is (163,152,191). Sum of RGB (Red+Green+Blue) = 163+152+191=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #A398BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BF is #5C6740. Grayscale: #9F9F9F. Windows color (decimal): -6055745 or 12556451. OLE color: 12556451.

HSL color Cylindrical-coordinate representation of color #A398BF: hue angle of 256.92º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A398BF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 152 191 -
CMYK 0.15 0.20 0 0.25
HSL 256.92º 0.23% 0.67% -
HSV(B) 256.92º 0.2% 0.75% -
XYZ 35.74 34 53.97 -
YUV 159.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 163 152 191 0.15 0.20 0 0.25 256.92 0.23 0.67
Hex A3 98 BF F 14 0 19 101 17 43
Octal 243 230 277 17 24 0 31 401 27 103
Binary 10100011 10011000 10111111 1111 10100 0 11001 100000001 10111 1000011

Color Harmonies of #A398BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398BF

Black with #A398BF

Text Example


Text Example

White with #A398BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398BF; }

 p { color: rgb(163,152,191); }

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

background-color css

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

 a { background-color: rgb(163,152,191); }

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

border-color css

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

 span { border-color: rgb(163,152,191); }

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