Html Css Color HEX #A297C1 Cold Purple

📋 copy color: '#A297C1'

red 162 ◦ green 151 ◦ blue 193

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

Shades of Cold Purple #A297C1

Tints of Cold Purple #A297C1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.84%

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 32.02%
G = 29.84%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A297C1 (or 0xA297C1) is known color: Cold Purple. HEX triplet: A2, 97 and C1. RGB value is (162,151,193). Sum of RGB (Red+Green+Blue) = 162+151+193=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #A297C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C1 is #5D683E. Grayscale: #9E9E9E. Windows color (decimal): -6121535 or 12687266. OLE color: 12687266.

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

Color convert

RGB 162 151 193 -
CMYK 0.16 0.22 0 0.24
HSL 255.71º 0.25% 0.67% -
HSV(B) 255.71º 0.22% 0.76% -
XYZ 35.59 33.66 55.07 -
YUV 159.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 162 151 193 0.16 0.22 0 0.24 255.71 0.25 0.67
Hex A2 97 C1 10 16 0 18 100 19 43
Octal 242 227 301 20 26 0 30 400 31 103
Binary 10100010 10010111 11000001 10000 10110 0 11000 100000000 11001 1000011

Color Harmonies of #A297C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297C1

Black with #A297C1

Text Example


Text Example

White with #A297C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297C1; }

 p { color: rgb(162,151,193); }

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

background-color css

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

 a { background-color: rgb(162,151,193); }

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

border-color css

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

 span { border-color: rgb(162,151,193); }

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