Html Css Color HEX #A391BD Cold Purple

📋 copy color: '#A391BD'

red 163 ◦ green 145 ◦ blue 189

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

Shades of Cold Purple #A391BD

Tints of Cold Purple #A391BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 32.8%
G = 29.18%
B = 38.03%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A391BD (or 0xA391BD) is known color: Cold Purple. HEX triplet: A3, 91 and BD. RGB value is (163,145,189). Sum of RGB (Red+Green+Blue) = 163+145+189=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A391BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BD is #5C6E42. Grayscale: #9B9B9B. Windows color (decimal): -6057539 or 12423587. OLE color: 12423587.

HSL color Cylindrical-coordinate representation of color #A391BD: hue angle of 264.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A391BD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 145 189 -
CMYK 0.14 0.23 0 0.26
HSL 264.55º 0.25% 0.65% -
HSV(B) 264.55º 0.23% 0.74% -
XYZ 34.41 31.71 52.45 -
YUV 155.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 163 145 189 0.14 0.23 0 0.26 264.55 0.25 0.65
Hex A3 91 BD E 17 0 1A 109 19 41
Octal 243 221 275 16 27 0 32 411 31 101
Binary 10100011 10010001 10111101 1110 10111 0 11010 100001001 11001 1000001

Color Harmonies of #A391BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391BD

Black with #A391BD

Text Example


Text Example

White with #A391BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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