Html Css Color HEX #A695BE Cold Purple

📋 copy color: '#A695BE'

red 166 ◦ green 149 ◦ blue 190

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

Shades of Cold Purple #A695BE

Tints of Cold Purple #A695BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.5%

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

R = 32.87%
G = 29.5%
B = 37.62%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A695BE (or 0xA695BE) is known color: Cold Purple. HEX triplet: A6, 95 and BE. RGB value is (166,149,190). Sum of RGB (Red+Green+Blue) = 166+149+190=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A695BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695BE is #596A41. Grayscale: #9E9E9E. Windows color (decimal): -5859906 or 12490150. OLE color: 12490150.

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

Color convert

RGB 166 149 190 -
CMYK 0.13 0.22 0 0.25
HSL 264.88º 0.24% 0.66% -
HSV(B) 264.88º 0.22% 0.75% -
XYZ 35.77 33.32 53.26 -
YUV 158.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 166 149 190 0.13 0.22 0 0.25 264.88 0.24 0.66
Hex A6 95 BE D 16 0 19 109 18 42
Octal 246 225 276 15 26 0 31 411 30 102
Binary 10100110 10010101 10111110 1101 10110 0 11001 100001001 11000 1000010

Color Harmonies of #A695BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695BE

Black with #A695BE

Text Example


Text Example

White with #A695BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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