Html Css Color HEX #A680CE Cold Purple

📋 copy color: '#A680CE'

red 166 ◦ green 128 ◦ blue 206

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

Shades of Cold Purple #A680CE

Tints of Cold Purple #A680CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.6%

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

R = 33.2%
G = 25.6%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A680CE (or 0xA680CE) is known color: Cold Purple. HEX triplet: A6, 80 and CE. RGB value is (166,128,206). Sum of RGB (Red+Green+Blue) = 166+128+206=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A680CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680CE is #597F31. Grayscale: #939393. Windows color (decimal): -5865266 or 13533350. OLE color: 13533350.

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

Color convert

RGB 166 128 206 -
CMYK 0.19 0.38 0 0.19
HSL 269.23º 0.44% 0.65% -
HSV(B) 269.23º 0.38% 0.81% -
XYZ 34.59 28 61.97 -
YUV 148.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 166 128 206 0.19 0.38 0 0.19 269.23 0.44 0.65
Hex A6 80 CE 13 26 0 13 10D 2C 41
Octal 246 200 316 23 46 0 23 415 54 101
Binary 10100110 10000000 11001110 10011 100110 0 10011 100001101 101100 1000001

Color Harmonies of #A680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680CE

Black with #A680CE

Text Example


Text Example

White with #A680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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