Html Css Color HEX #A694C5 Cold Purple

📋 copy color: '#A694C5'

red 166 ◦ green 148 ◦ blue 197

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

Shades of Cold Purple #A694C5

Tints of Cold Purple #A694C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 32.49%
G = 28.96%
B = 38.55%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A694C5 (or 0xA694C5) is known color: Cold Purple. HEX triplet: A6, 94 and C5. RGB value is (166,148,197). Sum of RGB (Red+Green+Blue) = 166+148+197=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #A694C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694C5 is #596B3A. Grayscale: #9E9E9E. Windows color (decimal): -5860155 or 12948646. OLE color: 12948646.

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

Color convert

RGB 166 148 197 -
CMYK 0.16 0.25 0 0.23
HSL 262.04º 0.3% 0.68% -
HSV(B) 262.04º 0.25% 0.77% -
XYZ 36.39 33.32 57.34 -
YUV 158.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 166 148 197 0.16 0.25 0 0.23 262.04 0.3 0.68
Hex A6 94 C5 10 19 0 17 106 1E 44
Octal 246 224 305 20 31 0 27 406 36 104
Binary 10100110 10010100 11000101 10000 11001 0 10111 100000110 11110 1000100

Color Harmonies of #A694C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694C5

Black with #A694C5

Text Example


Text Example

White with #A694C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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