Html Css Color HEX #A695C5 Cold Purple

📋 copy color: '#A695C5'

red 166 ◦ green 149 ◦ blue 197

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

Shades of Cold Purple #A695C5

Tints of Cold Purple #A695C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 32.42%
G = 29.1%
B = 38.48%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A695C5 (or 0xA695C5) is known color: Cold Purple. HEX triplet: A6, 95 and C5. RGB value is (166,149,197). Sum of RGB (Red+Green+Blue) = 166+149+197=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #A695C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695C5 is #596A3A. Grayscale: #9F9F9F. Windows color (decimal): -5859899 or 12948902. OLE color: 12948902.

HSL color Cylindrical-coordinate representation of color #A695C5: hue angle of 261.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A695C5 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 149 197 -
CMYK 0.16 0.24 0 0.23
HSL 261.25º 0.29% 0.68% -
HSV(B) 261.25º 0.24% 0.77% -
XYZ 36.55 33.63 57.39 -
YUV 159.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 166 149 197 0.16 0.24 0 0.23 261.25 0.29 0.68
Hex A6 95 C5 10 18 0 17 105 1D 44
Octal 246 225 305 20 30 0 27 405 35 104
Binary 10100110 10010101 11000101 10000 11000 0 10111 100000101 11101 1000100

Color Harmonies of #A695C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695C5

Black with #A695C5

Text Example


Text Example

White with #A695C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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