Html Css Color HEX #A389BE Cold Purple

📋 copy color: '#A389BE'

red 163 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #A389BE

Tints of Cold Purple #A389BE

RGB

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

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

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

R = 33.27%
G = 27.96%
B = 38.78%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A389BE (or 0xA389BE) is known color: Cold Purple. HEX triplet: A3, 89 and BE. RGB value is (163,137,190). Sum of RGB (Red+Green+Blue) = 163+137+190=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #A389BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BE is #5C7641. Grayscale: #969696. Windows color (decimal): -6059586 or 12487075. OLE color: 12487075.

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

Color convert

RGB 163 137 190 -
CMYK 0.14 0.28 0 0.25
HSL 269.43º 0.29% 0.64% -
HSV(B) 269.43º 0.28% 0.75% -
XYZ 33.34 29.4 52.63 -
YUV 150.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 163 137 190 0.14 0.28 0 0.25 269.43 0.29 0.64
Hex A3 89 BE E 1C 0 19 10D 1D 40
Octal 243 211 276 16 34 0 31 415 35 100
Binary 10100011 10001001 10111110 1110 11100 0 11001 100001101 11101 1000000

Color Harmonies of #A389BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389BE

Black with #A389BE

Text Example


Text Example

White with #A389BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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