Html Css Color HEX #A684CE Cold Purple

📋 copy color: '#A684CE'

red 166 ◦ green 132 ◦ blue 206

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

Shades of Cold Purple #A684CE

Tints of Cold Purple #A684CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 32.94%
G = 26.19%
B = 40.87%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A684CE (or 0xA684CE) is known color: Cold Purple. HEX triplet: A6, 84 and CE. RGB value is (166,132,206). Sum of RGB (Red+Green+Blue) = 166+132+206=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A684CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684CE is #597B31. Grayscale: #969696. Windows color (decimal): -5864242 or 13534374. OLE color: 13534374.

HSL color Cylindrical-coordinate representation of color #A684CE: hue angle of 267.57º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A684CE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 132 206 -
CMYK 0.19 0.36 0 0.19
HSL 267.57º 0.43% 0.66% -
HSV(B) 267.57º 0.36% 0.81% -
XYZ 35.12 29.07 62.15 -
YUV 150.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 166 132 206 0.19 0.36 0 0.19 267.57 0.43 0.66
Hex A6 84 CE 13 24 0 13 10C 2B 42
Octal 246 204 316 23 44 0 23 414 53 102
Binary 10100110 10000100 11001110 10011 100100 0 10011 100001100 101011 1000010

Color Harmonies of #A684CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684CE

Black with #A684CE

Text Example


Text Example

White with #A684CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684CE; }

 p { color: rgb(166,132,206); }

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

background-color css

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

 a { background-color: rgb(166,132,206); }

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

border-color css

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

 span { border-color: rgb(166,132,206); }

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