Html Css Color HEX #A698BA Cold Purple

📋 copy color: '#A698BA'

red 166 ◦ green 152 ◦ blue 186

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

Shades of Cold Purple #A698BA

Tints of Cold Purple #A698BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.16%

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

R = 32.94%
G = 30.16%
B = 36.9%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A698BA (or 0xA698BA) is known color: Cold Purple. HEX triplet: A6, 98 and BA. RGB value is (166,152,186). Sum of RGB (Red+Green+Blue) = 166+152+186=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A698BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BA is #596745. Grayscale: #9F9F9F. Windows color (decimal): -5859142 or 12228774. OLE color: 12228774.

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

Color convert

RGB 166 152 186 -
CMYK 0.11 0.18 0 0.27
HSL 264.71º 0.2% 0.66% -
HSV(B) 264.71º 0.18% 0.73% -
XYZ 35.82 34.11 51.15 -
YUV 160.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 166 152 186 0.11 0.18 0 0.27 264.71 0.2 0.66
Hex A6 98 BA B 12 0 1B 109 14 42
Octal 246 230 272 13 22 0 33 411 24 102
Binary 10100110 10011000 10111010 1011 10010 0 11011 100001001 10100 1000010

Color Harmonies of #A698BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698BA

Black with #A698BA

Text Example


Text Example

White with #A698BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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