Html Css Color HEX #A698BF Cold Purple

📋 copy color: '#A698BF'

red 166 ◦ green 152 ◦ blue 191

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

Shades of Cold Purple #A698BF

Tints of Cold Purple #A698BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 32.61%
G = 29.86%
B = 37.52%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A698BF (or 0xA698BF) is known color: Cold Purple. HEX triplet: A6, 98 and BF. RGB value is (166,152,191). Sum of RGB (Red+Green+Blue) = 166+152+191=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A698BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BF is #596740. Grayscale: #A0A0A0. Windows color (decimal): -5859137 or 12556454. OLE color: 12556454.

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

Color convert

RGB 166 152 191 -
CMYK 0.13 0.20 0 0.25
HSL 261.54º 0.23% 0.67% -
HSV(B) 261.54º 0.2% 0.75% -
XYZ 36.36 34.33 54 -
YUV 160.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 166 152 191 0.13 0.20 0 0.25 261.54 0.23 0.67
Hex A6 98 BF D 14 0 19 106 17 43
Octal 246 230 277 15 24 0 31 406 27 103
Binary 10100110 10011000 10111111 1101 10100 0 11001 100000110 10111 1000011

Color Harmonies of #A698BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698BF

Black with #A698BF

Text Example


Text Example

White with #A698BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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