Html Css Color HEX #A395BF Cold Purple

📋 copy color: '#A395BF'

red 163 ◦ green 149 ◦ blue 191

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

Shades of Cold Purple #A395BF

Tints of Cold Purple #A395BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.97%

R = 32.41%
G = 29.62%
B = 37.97%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A395BF (or 0xA395BF) is known color: Cold Purple. HEX triplet: A3, 95 and BF. RGB value is (163,149,191). Sum of RGB (Red+Green+Blue) = 163+149+191=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A395BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395BF is #5C6A40. Grayscale: #9D9D9D. Windows color (decimal): -6056513 or 12555683. OLE color: 12555683.

HSL color Cylindrical-coordinate representation of color #A395BF: hue angle of 260º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A395BF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 149 191 -
CMYK 0.15 0.22 0 0.25
HSL 260º 0.25% 0.67% -
HSV(B) 260º 0.22% 0.75% -
XYZ 35.26 33.04 53.81 -
YUV 157.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 163 149 191 0.15 0.22 0 0.25 260 0.25 0.67
Hex A3 95 BF F 16 0 19 104 19 43
Octal 243 225 277 17 26 0 31 404 31 103
Binary 10100011 10010101 10111111 1111 10110 0 11001 100000100 11001 1000011

Color Harmonies of #A395BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395BF

Black with #A395BF

Text Example


Text Example

White with #A395BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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