Html Css Color HEX #A699BA Cold Purple

📋 copy color: '#A699BA'

red 166 ◦ green 153 ◦ blue 186

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

Shades of Cold Purple #A699BA

Tints of Cold Purple #A699BA

RGB

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

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

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

R = 32.87%
G = 30.3%
B = 36.83%

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

#A699BA (or 0xA699BA) is known color: Cold Purple. HEX triplet: A6, 99 and BA. RGB value is (166,153,186). Sum of RGB (Red+Green+Blue) = 166+153+186=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A699BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BA is #596645. Grayscale: #A0A0A0. Windows color (decimal): -5858886 or 12229030. OLE color: 12229030.

HSL color Cylindrical-coordinate representation of color #A699BA: hue angle of 263.64º degrees, saturation: 0.19, 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 #A699BA is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 153 186 -
CMYK 0.11 0.18 0 0.27
HSL 263.64º 0.19% 0.66% -
HSV(B) 263.64º 0.18% 0.73% -
XYZ 35.98 34.43 51.2 -
YUV 160.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 166 153 186 0.11 0.18 0 0.27 263.64 0.19 0.66
Hex A6 99 BA B 12 0 1B 108 13 42
Octal 246 231 272 13 22 0 33 410 23 102
Binary 10100110 10011001 10111010 1011 10010 0 11011 100001000 10011 1000010

Color Harmonies of #A699BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699BA

Black with #A699BA

Text Example


Text Example

White with #A699BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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