Html Css Color HEX #A389BF Cold Purple

📋 copy color: '#A389BF'

red 163 ◦ green 137 ◦ blue 191

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

Shades of Cold Purple #A389BF

Tints of Cold Purple #A389BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.9%

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

R = 33.2%
G = 27.9%
B = 38.9%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A389BF (or 0xA389BF) is known color: Cold Purple. HEX triplet: A3, 89 and BF. RGB value is (163,137,191). Sum of RGB (Red+Green+Blue) = 163+137+191=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A389BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BF is #5C7640. Grayscale: #969696. Windows color (decimal): -6059585 or 12552611. OLE color: 12552611.

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

Color convert

RGB 163 137 191 -
CMYK 0.15 0.28 0 0.25
HSL 268.89º 0.3% 0.64% -
HSV(B) 268.89º 0.28% 0.75% -
XYZ 33.45 29.44 53.21 -
YUV 150.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 163 137 191 0.15 0.28 0 0.25 268.89 0.3 0.64
Hex A3 89 BF F 1C 0 19 10D 1E 40
Octal 243 211 277 17 34 0 31 415 36 100
Binary 10100011 10001001 10111111 1111 11100 0 11001 100001101 11110 1000000

Color Harmonies of #A389BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389BF

Black with #A389BF

Text Example


Text Example

White with #A389BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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