Html Css Color HEX #A697BE Cold Purple

📋 copy color: '#A697BE'

red 166 ◦ green 151 ◦ blue 190

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

Shades of Cold Purple #A697BE

Tints of Cold Purple #A697BE

RGB

 RED value IS 166 (65.23% from 255) = 32.74%

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 32.74%
G = 29.78%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A697BE (or 0xA697BE) is known color: Cold Purple. HEX triplet: A6, 97 and BE. RGB value is (166,151,190). Sum of RGB (Red+Green+Blue) = 166+151+190=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A697BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697BE is #596841. Grayscale: #9F9F9F. Windows color (decimal): -5859394 or 12490662. OLE color: 12490662.

HSL color Cylindrical-coordinate representation of color #A697BE: hue angle of 263.08º degrees, saturation: 0.23, 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 #A697BE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 151 190 -
CMYK 0.13 0.21 0 0.25
HSL 263.08º 0.23% 0.67% -
HSV(B) 263.08º 0.21% 0.75% -
XYZ 36.09 33.96 53.37 -
YUV 159.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 166 151 190 0.13 0.21 0 0.25 263.08 0.23 0.67
Hex A6 97 BE D 15 0 19 107 17 43
Octal 246 227 276 15 25 0 31 407 27 103
Binary 10100110 10010111 10111110 1101 10101 0 11001 100000111 10111 1000011

Color Harmonies of #A697BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697BE

Black with #A697BE

Text Example


Text Example

White with #A697BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697BE; }

 p { color: rgb(166,151,190); }

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

background-color css

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

 a { background-color: rgb(166,151,190); }

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

border-color css

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

 span { border-color: rgb(166,151,190); }

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