Html Css Color HEX #A699BC Cold Purple

📋 copy color: '#A699BC'

red 166 ◦ green 153 ◦ blue 188

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

Shades of Cold Purple #A699BC

Tints of Cold Purple #A699BC

RGB

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

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

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

R = 32.74%
G = 30.18%
B = 37.08%

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

#A699BC (or 0xA699BC) is known color: Cold Purple. HEX triplet: A6, 99 and BC. RGB value is (166,153,188). Sum of RGB (Red+Green+Blue) = 166+153+188=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A699BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699BC is #596643. Grayscale: #A0A0A0. Windows color (decimal): -5858884 or 12360102. OLE color: 12360102.

HSL color Cylindrical-coordinate representation of color #A699BC: hue angle of 262.29º 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 #A699BC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 153 188 -
CMYK 0.12 0.19 0 0.26
HSL 262.29º 0.21% 0.67% -
HSV(B) 262.29º 0.19% 0.74% -
XYZ 36.19 34.52 52.33 -
YUV 160.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 166 153 188 0.12 0.19 0 0.26 262.29 0.21 0.67
Hex A6 99 BC C 13 0 1A 106 15 43
Octal 246 231 274 14 23 0 32 406 25 103
Binary 10100110 10011001 10111100 1100 10011 0 11010 100000110 10101 1000011

Color Harmonies of #A699BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699BC

Black with #A699BC

Text Example


Text Example

White with #A699BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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