Html Css Color HEX #A391BE Cold Purple

📋 copy color: '#A391BE'

red 163 ◦ green 145 ◦ blue 190

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

Shades of Cold Purple #A391BE

Tints of Cold Purple #A391BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 32.73%
G = 29.12%
B = 38.15%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A391BE (or 0xA391BE) is known color: Cold Purple. HEX triplet: A3, 91 and BE. RGB value is (163,145,190). Sum of RGB (Red+Green+Blue) = 163+145+190=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A391BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BE is #5C6E41. Grayscale: #9B9B9B. Windows color (decimal): -6057538 or 12489123. OLE color: 12489123.

HSL color Cylindrical-coordinate representation of color #A391BE: hue angle of 264º 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 #A391BE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 145 190 -
CMYK 0.14 0.24 0 0.25
HSL 264º 0.26% 0.66% -
HSV(B) 264º 0.24% 0.75% -
XYZ 34.52 31.76 53.02 -
YUV 155.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 163 145 190 0.14 0.24 0 0.25 264 0.26 0.66
Hex A3 91 BE E 18 0 19 108 1A 42
Octal 243 221 276 16 30 0 31 410 32 102
Binary 10100011 10010001 10111110 1110 11000 0 11001 100001000 11010 1000010

Color Harmonies of #A391BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391BE

Black with #A391BE

Text Example


Text Example

White with #A391BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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