Html Css Color HEX #A697BA Cold Purple

📋 copy color: '#A697BA'

red 166 ◦ green 151 ◦ blue 186

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

Shades of Cold Purple #A697BA

Tints of Cold Purple #A697BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 33%
G = 30.02%
B = 36.98%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A697BA (or 0xA697BA) is known color: Cold Purple. HEX triplet: A6, 97 and BA. RGB value is (166,151,186). Sum of RGB (Red+Green+Blue) = 166+151+186=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A697BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697BA is #596845. Grayscale: #9F9F9F. Windows color (decimal): -5859398 or 12228518. OLE color: 12228518.

HSL color Cylindrical-coordinate representation of color #A697BA: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A697BA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 151 186 -
CMYK 0.11 0.19 0 0.27
HSL 265.71º 0.2% 0.66% -
HSV(B) 265.71º 0.19% 0.73% -
XYZ 35.66 33.79 51.1 -
YUV 159.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 166 151 186 0.11 0.19 0 0.27 265.71 0.2 0.66
Hex A6 97 BA B 13 0 1B 10A 14 42
Octal 246 227 272 13 23 0 33 412 24 102
Binary 10100110 10010111 10111010 1011 10011 0 11011 100001010 10100 1000010

Color Harmonies of #A697BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697BA

Black with #A697BA

Text Example


Text Example

White with #A697BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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