Html Css Color HEX #A695BD Cold Purple

📋 copy color: '#A695BD'

red 166 ◦ green 149 ◦ blue 189

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

Shades of Cold Purple #A695BD

Tints of Cold Purple #A695BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 32.94%
G = 29.56%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A695BD (or 0xA695BD) is known color: Cold Purple. HEX triplet: A6, 95 and BD. RGB value is (166,149,189). Sum of RGB (Red+Green+Blue) = 166+149+189=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A695BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695BD is #596A42. Grayscale: #9E9E9E. Windows color (decimal): -5859907 or 12424614. OLE color: 12424614.

HSL color Cylindrical-coordinate representation of color #A695BD: hue angle of 265.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A695BD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 149 189 -
CMYK 0.12 0.21 0 0.26
HSL 265.5º 0.23% 0.66% -
HSV(B) 265.5º 0.21% 0.74% -
XYZ 35.66 33.28 52.69 -
YUV 158.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 166 149 189 0.12 0.21 0 0.26 265.5 0.23 0.66
Hex A6 95 BD C 15 0 1A 10A 17 42
Octal 246 225 275 14 25 0 32 412 27 102
Binary 10100110 10010101 10111101 1100 10101 0 11010 100001010 10111 1000010

Color Harmonies of #A695BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695BD

Black with #A695BD

Text Example


Text Example

White with #A695BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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