Html Css Color HEX #A390BC Cold Purple

📋 copy color: '#A390BC'

red 163 ◦ green 144 ◦ blue 188

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

Shades of Cold Purple #A390BC

Tints of Cold Purple #A390BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.09%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 32.93%
G = 29.09%
B = 37.98%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A390BC (or 0xA390BC) is known color: Cold Purple. HEX triplet: A3, 90 and BC. RGB value is (163,144,188). Sum of RGB (Red+Green+Blue) = 163+144+188=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A390BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BC is #5C6F43. Grayscale: #9A9A9A. Windows color (decimal): -6057796 or 12357795. OLE color: 12357795.

HSL color Cylindrical-coordinate representation of color #A390BC: hue angle of 265.91º 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 #A390BC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 144 188 -
CMYK 0.13 0.23 0 0.26
HSL 265.91º 0.25% 0.65% -
HSV(B) 265.91º 0.23% 0.74% -
XYZ 34.15 31.36 51.83 -
YUV 154.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 163 144 188 0.13 0.23 0 0.26 265.91 0.25 0.65
Hex A3 90 BC D 17 0 1A 10A 19 41
Octal 243 220 274 15 27 0 32 412 31 101
Binary 10100011 10010000 10111100 1101 10111 0 11010 100001010 11001 1000001

Color Harmonies of #A390BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390BC

Black with #A390BC

Text Example


Text Example

White with #A390BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390BC; }

 p { color: rgb(163,144,188); }

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

background-color css

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

 a { background-color: rgb(163,144,188); }

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

border-color css

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

 span { border-color: rgb(163,144,188); }

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