Html Css Color HEX #A391B7 Cold Purple

📋 copy color: '#A391B7'

red 163 ◦ green 145 ◦ blue 183

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

Shades of Cold Purple #A391B7

Tints of Cold Purple #A391B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 33.2%
G = 29.53%
B = 37.27%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A391B7 (or 0xA391B7) is known color: Cold Purple. HEX triplet: A3, 91 and B7. RGB value is (163,145,183). Sum of RGB (Red+Green+Blue) = 163+145+183=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #A391B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391B7 is #5C6E48. Grayscale: #9A9A9A. Windows color (decimal): -6057545 or 12030371. OLE color: 12030371.

HSL color Cylindrical-coordinate representation of color #A391B7: hue angle of 268.42º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A391B7 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 145 183 -
CMYK 0.11 0.21 0 0.28
HSL 268.42º 0.21% 0.64% -
HSV(B) 268.42º 0.21% 0.72% -
XYZ 33.78 31.46 49.09 -
YUV 154.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 163 145 183 0.11 0.21 0 0.28 268.42 0.21 0.64
Hex A3 91 B7 B 15 0 1C 10C 15 40
Octal 243 221 267 13 25 0 34 414 25 100
Binary 10100011 10010001 10110111 1011 10101 0 11100 100001100 10101 1000000

Color Harmonies of #A391B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391B7

Black with #A391B7

Text Example


Text Example

White with #A391B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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