Html Css Color HEX #A694C6 Cold Purple

📋 copy color: '#A694C6'

red 166 ◦ green 148 ◦ blue 198

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

Shades of Cold Purple #A694C6

Tints of Cold Purple #A694C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 32.42%
G = 28.91%
B = 38.67%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A694C6 (or 0xA694C6) is known color: Cold Purple. HEX triplet: A6, 94 and C6. RGB value is (166,148,198). Sum of RGB (Red+Green+Blue) = 166+148+198=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A694C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694C6 is #596B39. Grayscale: #9E9E9E. Windows color (decimal): -5860154 or 13014182. OLE color: 13014182.

HSL color Cylindrical-coordinate representation of color #A694C6: hue angle of 261.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A694C6 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 148 198 -
CMYK 0.16 0.25 0 0.22
HSL 261.6º 0.3% 0.68% -
HSV(B) 261.6º 0.25% 0.78% -
XYZ 36.51 33.36 57.94 -
YUV 159.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 166 148 198 0.16 0.25 0 0.22 261.6 0.3 0.68
Hex A6 94 C6 10 19 0 16 106 1E 44
Octal 246 224 306 20 31 0 26 406 36 104
Binary 10100110 10010100 11000110 10000 11001 0 10110 100000110 11110 1000100

Color Harmonies of #A694C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694C6

Black with #A694C6

Text Example


Text Example

White with #A694C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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