Html Css Color HEX #A390CB Cold Purple

📋 copy color: '#A390CB'

red 163 ◦ green 144 ◦ blue 203

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

Shades of Cold Purple #A390CB

Tints of Cold Purple #A390CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 31.96%
G = 28.24%
B = 39.8%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A390CB (or 0xA390CB) is known color: Cold Purple. HEX triplet: A3, 90 and CB. RGB value is (163,144,203). Sum of RGB (Red+Green+Blue) = 163+144+203=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A390CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390CB is #5C6F34. Grayscale: #9C9C9C. Windows color (decimal): -6057781 or 13340835. OLE color: 13340835.

HSL color Cylindrical-coordinate representation of color #A390CB: hue angle of 259.32º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A390CB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 144 203 -
CMYK 0.20 0.29 0 0.20
HSL 259.32º 0.36% 0.68% -
HSV(B) 259.32º 0.29% 0.8% -
XYZ 35.86 32.04 60.8 -
YUV 156.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 163 144 203 0.20 0.29 0 0.20 259.32 0.36 0.68
Hex A3 90 CB 14 1D 0 14 103 24 44
Octal 243 220 313 24 35 0 24 403 44 104
Binary 10100011 10010000 11001011 10100 11101 0 10100 100000011 100100 1000100

Color Harmonies of #A390CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390CB

Black with #A390CB

Text Example


Text Example

White with #A390CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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