Html Css Color HEX #A694BF Cold Purple

📋 copy color: '#A694BF'

red 166 ◦ green 148 ◦ blue 191

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

Shades of Cold Purple #A694BF

Tints of Cold Purple #A694BF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.31%

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

R = 32.87%
G = 29.31%
B = 37.82%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A694BF (or 0xA694BF) is known color: Cold Purple. HEX triplet: A6, 94 and BF. RGB value is (166,148,191). Sum of RGB (Red+Green+Blue) = 166+148+191=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A694BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694BF is #596B40. Grayscale: #9E9E9E. Windows color (decimal): -5860161 or 12555430. OLE color: 12555430.

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

Color convert

RGB 166 148 191 -
CMYK 0.13 0.23 0 0.25
HSL 265.12º 0.25% 0.66% -
HSV(B) 265.12º 0.23% 0.75% -
XYZ 35.72 33.05 53.79 -
YUV 158.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 166 148 191 0.13 0.23 0 0.25 265.12 0.25 0.66
Hex A6 94 BF D 17 0 19 109 19 42
Octal 246 224 277 15 27 0 31 411 31 102
Binary 10100110 10010100 10111111 1101 10111 0 11001 100001001 11001 1000010

Color Harmonies of #A694BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694BF

Black with #A694BF

Text Example


Text Example

White with #A694BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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