Html Css Color HEX #A295B6 Cold Purple

📋 copy color: '#A295B6'

red 162 ◦ green 149 ◦ blue 182

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

Shades of Cold Purple #A295B6

Tints of Cold Purple #A295B6

RGB

 RED value IS 162 (63.67% from 255) = 32.86%

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

 BLUE value IS 182 (71.48% from 255) = 36.92%

R = 32.86%
G = 30.22%
B = 36.92%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A295B6 (or 0xA295B6) is known color: Cold Purple. HEX triplet: A2, 95 and B6. RGB value is (162,149,182). Sum of RGB (Red+Green+Blue) = 162+149+182=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #A295B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295B6 is #5D6A49. Grayscale: #9C9C9C. Windows color (decimal): -6122058 or 11965858. OLE color: 11965858.

HSL color Cylindrical-coordinate representation of color #A295B6: hue angle of 263.64º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A295B6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 149 182 -
CMYK 0.11 0.18 0 0.29
HSL 263.64º 0.18% 0.65% -
HSV(B) 263.64º 0.18% 0.71% -
XYZ 34.09 32.55 48.74 -
YUV 156.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 162 149 182 0.11 0.18 0 0.29 263.64 0.18 0.65
Hex A2 95 B6 B 12 0 1D 108 12 41
Octal 242 225 266 13 22 0 35 410 22 101
Binary 10100010 10010101 10110110 1011 10010 0 11101 100001000 10010 1000001

Color Harmonies of #A295B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295B6

Black with #A295B6

Text Example


Text Example

White with #A295B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295B6; }

 p { color: rgb(162,149,182); }

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

background-color css

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

 a { background-color: rgb(162,149,182); }

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

border-color css

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

 span { border-color: rgb(162,149,182); }

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