Html Css Color HEX #A699BE Cold Purple

📋 copy color: '#A699BE'

red 166 ◦ green 153 ◦ blue 190

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

Shades of Cold Purple #A699BE

Tints of Cold Purple #A699BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 32.61%
G = 30.06%
B = 37.33%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A699BE (or 0xA699BE) is known color: Cold Purple. HEX triplet: A6, 99 and BE. RGB value is (166,153,190). Sum of RGB (Red+Green+Blue) = 166+153+190=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A699BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BE is #596641. Grayscale: #A0A0A0. Windows color (decimal): -5858882 or 12491174. OLE color: 12491174.

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

Color convert

RGB 166 153 190 -
CMYK 0.13 0.19 0 0.25
HSL 261.08º 0.22% 0.67% -
HSV(B) 261.08º 0.19% 0.75% -
XYZ 36.41 34.61 53.48 -
YUV 161.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 166 153 190 0.13 0.19 0 0.25 261.08 0.22 0.67
Hex A6 99 BE D 13 0 19 105 16 43
Octal 246 231 276 15 23 0 31 405 26 103
Binary 10100110 10011001 10111110 1101 10011 0 11001 100000101 10110 1000011

Color Harmonies of #A699BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699BE

Black with #A699BE

Text Example


Text Example

White with #A699BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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