Html Css Color HEX #A295C2 Cold Purple

📋 copy color: '#A295C2'

red 162 ◦ green 149 ◦ blue 194

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

Shades of Cold Purple #A295C2

Tints of Cold Purple #A295C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 32.08%
G = 29.5%
B = 38.42%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A295C2 (or 0xA295C2) is known color: Cold Purple. HEX triplet: A2, 95 and C2. RGB value is (162,149,194). Sum of RGB (Red+Green+Blue) = 162+149+194=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #A295C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C2 is #5D6A3D. Grayscale: #9D9D9D. Windows color (decimal): -6122046 or 12752290. OLE color: 12752290.

HSL color Cylindrical-coordinate representation of color #A295C2: hue angle of 257.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A295C2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 149 194 -
CMYK 0.16 0.23 0 0.24
HSL 257.33º 0.27% 0.67% -
HSV(B) 257.33º 0.23% 0.76% -
XYZ 35.39 33.07 55.56 -
YUV 158.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 162 149 194 0.16 0.23 0 0.24 257.33 0.27 0.67
Hex A2 95 C2 10 17 0 18 101 1B 43
Octal 242 225 302 20 27 0 30 401 33 103
Binary 10100010 10010101 11000010 10000 10111 0 11000 100000001 11011 1000011

Color Harmonies of #A295C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295C2

Black with #A295C2

Text Example


Text Example

White with #A295C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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