Html Css Color HEX #A295C4 Cold Purple

📋 copy color: '#A295C4'

red 162 ◦ green 149 ◦ blue 196

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

Shades of Cold Purple #A295C4

Tints of Cold Purple #A295C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 31.95%
G = 29.39%
B = 38.66%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A295C4 (or 0xA295C4) is known color: Cold Purple. HEX triplet: A2, 95 and C4. RGB value is (162,149,196). Sum of RGB (Red+Green+Blue) = 162+149+196=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #A295C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C4 is #5D6A3B. Grayscale: #9E9E9E. Windows color (decimal): -6122044 or 12883362. OLE color: 12883362.

HSL color Cylindrical-coordinate representation of color #A295C4: hue angle of 256.6º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A295C4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 149 196 -
CMYK 0.17 0.24 0 0.23
HSL 256.6º 0.28% 0.68% -
HSV(B) 256.6º 0.24% 0.77% -
XYZ 35.61 33.16 56.75 -
YUV 158.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 162 149 196 0.17 0.24 0 0.23 256.6 0.28 0.68
Hex A2 95 C4 11 18 0 17 101 1C 44
Octal 242 225 304 21 30 0 27 401 34 104
Binary 10100010 10010101 11000100 10001 11000 0 10111 100000001 11100 1000100

Color Harmonies of #A295C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295C4

Black with #A295C4

Text Example


Text Example

White with #A295C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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