Html Css Color HEX #A395B3 Cold Purple

📋 copy color: '#A395B3'

red 163 ◦ green 149 ◦ blue 179

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

Shades of Cold Purple #A395B3

Tints of Cold Purple #A395B3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 33.2%
G = 30.35%
B = 36.46%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A395B3 (or 0xA395B3) is known color: Cold Purple. HEX triplet: A3, 95 and B3. RGB value is (163,149,179). Sum of RGB (Red+Green+Blue) = 163+149+179=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A395B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395B3 is #5C6A4C. Grayscale: #9C9C9C. Windows color (decimal): -6056525 or 11769251. OLE color: 11769251.

HSL color Cylindrical-coordinate representation of color #A395B3: hue angle of 268º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A395B3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 149 179 -
CMYK 0.09 0.17 0 0.30
HSL 268º 0.16% 0.64% -
HSV(B) 268º 0.17% 0.7% -
XYZ 33.99 32.54 47.14 -
YUV 156.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 163 149 179 0.09 0.17 0 0.30 268 0.16 0.64
Hex A3 95 B3 9 11 0 1E 10C 10 40
Octal 243 225 263 11 21 0 36 414 20 100
Binary 10100011 10010101 10110011 1001 10001 0 11110 100001100 10000 1000000

Color Harmonies of #A395B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395B3

Black with #A395B3

Text Example


Text Example

White with #A395B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395B3; }

 p { color: rgb(163,149,179); }

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

background-color css

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

 a { background-color: rgb(163,149,179); }

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

border-color css

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

 span { border-color: rgb(163,149,179); }

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