Html Css Color HEX #A997C0 Cold Purple

📋 copy color: '#A997C0'

red 169 ◦ green 151 ◦ blue 192

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

Shades of Cold Purple #A997C0

Tints of Cold Purple #A997C0

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 33.01%
G = 29.49%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A997C0 (or 0xA997C0) is known color: Cold Purple. HEX triplet: A9, 97 and C0. RGB value is (169,151,192). Sum of RGB (Red+Green+Blue) = 169+151+192=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #A997C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997C0 is #56683F. Grayscale: #A0A0A0. Windows color (decimal): -5662784 or 12621737. OLE color: 12621737.

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

Color convert

RGB 169 151 192 -
CMYK 0.12 0.21 0 0.25
HSL 266.34º 0.25% 0.67% -
HSV(B) 266.34º 0.21% 0.75% -
XYZ 36.94 34.37 54.56 -
YUV 161.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 169 151 192 0.12 0.21 0 0.25 266.34 0.25 0.67
Hex A9 97 C0 C 15 0 19 10A 19 43
Octal 251 227 300 14 25 0 31 412 31 103
Binary 10101001 10010111 11000000 1100 10101 0 11001 100001010 11001 1000011

Color Harmonies of #A997C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997C0

Black with #A997C0

Text Example


Text Example

White with #A997C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997C0; }

 p { color: rgb(169,151,192); }

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

background-color css

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

 a { background-color: rgb(169,151,192); }

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

border-color css

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

 span { border-color: rgb(169,151,192); }

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