Html Css Color HEX #A695BF Cold Purple

📋 copy color: '#A695BF'

red 166 ◦ green 149 ◦ blue 191

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

Shades of Cold Purple #A695BF

Tints of Cold Purple #A695BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 32.81%
G = 29.45%
B = 37.75%

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

#A695BF (or 0xA695BF) is known color: Cold Purple. HEX triplet: A6, 95 and BF. RGB value is (166,149,191). Sum of RGB (Red+Green+Blue) = 166+149+191=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #A695BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695BF is #596A40. Grayscale: #9E9E9E. Windows color (decimal): -5859905 or 12555686. OLE color: 12555686.

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

Color convert

RGB 166 149 191 -
CMYK 0.13 0.22 0 0.25
HSL 264.29º 0.25% 0.67% -
HSV(B) 264.29º 0.22% 0.75% -
XYZ 35.88 33.36 53.84 -
YUV 158.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 166 149 191 0.13 0.22 0 0.25 264.29 0.25 0.67
Hex A6 95 BF D 16 0 19 108 19 43
Octal 246 225 277 15 26 0 31 410 31 103
Binary 10100110 10010101 10111111 1101 10110 0 11001 100001000 11001 1000011

Color Harmonies of #A695BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695BF

Black with #A695BF

Text Example


Text Example

White with #A695BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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