Html Css Color HEX #A391BF Cold Purple

📋 copy color: '#A391BF'

red 163 ◦ green 145 ◦ blue 191

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

Shades of Cold Purple #A391BF

Tints of Cold Purple #A391BF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.06%

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

R = 32.67%
G = 29.06%
B = 38.28%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A391BF (or 0xA391BF) is known color: Cold Purple. HEX triplet: A3, 91 and BF. RGB value is (163,145,191). Sum of RGB (Red+Green+Blue) = 163+145+191=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A391BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BF is #5C6E40. Grayscale: #9B9B9B. Windows color (decimal): -6057537 or 12554659. OLE color: 12554659.

HSL color Cylindrical-coordinate representation of color #A391BF: hue angle of 263.48º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A391BF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 145 191 -
CMYK 0.15 0.24 0 0.25
HSL 263.48º 0.26% 0.66% -
HSV(B) 263.48º 0.24% 0.75% -
XYZ 34.63 31.8 53.6 -
YUV 155.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 163 145 191 0.15 0.24 0 0.25 263.48 0.26 0.66
Hex A3 91 BF F 18 0 19 107 1A 42
Octal 243 221 277 17 30 0 31 407 32 102
Binary 10100011 10010001 10111111 1111 11000 0 11001 100000111 11010 1000010

Color Harmonies of #A391BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391BF

Black with #A391BF

Text Example


Text Example

White with #A391BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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