Html Css Color HEX #A691BF Cold Purple

📋 copy color: '#A691BF'

red 166 ◦ green 145 ◦ blue 191

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

Shades of Cold Purple #A691BF

Tints of Cold Purple #A691BF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.88%

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

R = 33.07%
G = 28.88%
B = 38.05%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A691BF (or 0xA691BF) is known color: Cold Purple. HEX triplet: A6, 91 and BF. RGB value is (166,145,191). Sum of RGB (Red+Green+Blue) = 166+145+191=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A691BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691BF is #596E40. Grayscale: #9C9C9C. Windows color (decimal): -5860929 or 12554662. OLE color: 12554662.

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

Color convert

RGB 166 145 191 -
CMYK 0.13 0.24 0 0.25
HSL 267.39º 0.26% 0.66% -
HSV(B) 267.39º 0.24% 0.75% -
XYZ 35.26 32.12 53.63 -
YUV 156.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 166 145 191 0.13 0.24 0 0.25 267.39 0.26 0.66
Hex A6 91 BF D 18 0 19 10B 1A 42
Octal 246 221 277 15 30 0 31 413 32 102
Binary 10100110 10010001 10111111 1101 11000 0 11001 100001011 11010 1000010

Color Harmonies of #A691BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691BF

Black with #A691BF

Text Example


Text Example

White with #A691BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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