Html Css Color HEX #A698BC Cold Purple

📋 copy color: '#A698BC'

red 166 ◦ green 152 ◦ blue 188

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

Shades of Cold Purple #A698BC

Tints of Cold Purple #A698BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 32.81%
G = 30.04%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A698BC (or 0xA698BC) is known color: Cold Purple. HEX triplet: A6, 98 and BC. RGB value is (166,152,188). Sum of RGB (Red+Green+Blue) = 166+152+188=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A698BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BC is #596743. Grayscale: #A0A0A0. Windows color (decimal): -5859140 or 12359846. OLE color: 12359846.

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

Color convert

RGB 166 152 188 -
CMYK 0.12 0.19 0 0.26
HSL 263.33º 0.21% 0.67% -
HSV(B) 263.33º 0.19% 0.74% -
XYZ 36.03 34.19 52.28 -
YUV 160.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 166 152 188 0.12 0.19 0 0.26 263.33 0.21 0.67
Hex A6 98 BC C 13 0 1A 107 15 43
Octal 246 230 274 14 23 0 32 407 25 103
Binary 10100110 10011000 10111100 1100 10011 0 11010 100000111 10101 1000011

Color Harmonies of #A698BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698BC

Black with #A698BC

Text Example


Text Example

White with #A698BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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