Html Css Color HEX #A389CE Cold Purple

📋 copy color: '#A389CE'

red 163 ◦ green 137 ◦ blue 206

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

Shades of Cold Purple #A389CE

Tints of Cold Purple #A389CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 32.21%
G = 27.08%
B = 40.71%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A389CE (or 0xA389CE) is known color: Cold Purple. HEX triplet: A3, 89 and CE. RGB value is (163,137,206). Sum of RGB (Red+Green+Blue) = 163+137+206=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A389CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389CE is #5C7631. Grayscale: #989898. Windows color (decimal): -6059570 or 13535651. OLE color: 13535651.

HSL color Cylindrical-coordinate representation of color #A389CE: hue angle of 262.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A389CE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 137 206 -
CMYK 0.21 0.33 0 0.19
HSL 262.61º 0.41% 0.67% -
HSV(B) 262.61º 0.33% 0.81% -
XYZ 35.19 30.13 62.35 -
YUV 152.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 163 137 206 0.21 0.33 0 0.19 262.61 0.41 0.67
Hex A3 89 CE 15 21 0 13 107 29 43
Octal 243 211 316 25 41 0 23 407 51 103
Binary 10100011 10001001 11001110 10101 100001 0 10011 100000111 101001 1000011

Color Harmonies of #A389CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389CE

Black with #A389CE

Text Example


Text Example

White with #A389CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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