Html Css Color HEX #A680CD Cold Purple

📋 copy color: '#A680CD'

red 166 ◦ green 128 ◦ blue 205

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

Shades of Cold Purple #A680CD

Tints of Cold Purple #A680CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 33.27%
G = 25.65%
B = 41.08%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A680CD (or 0xA680CD) is known color: Cold Purple. HEX triplet: A6, 80 and CD. RGB value is (166,128,205). Sum of RGB (Red+Green+Blue) = 166+128+205=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #A680CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680CD is #597F32. Grayscale: #939393. Windows color (decimal): -5865267 or 13467814. OLE color: 13467814.

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

Color convert

RGB 166 128 205 -
CMYK 0.19 0.38 0 0.20
HSL 269.61º 0.44% 0.65% -
HSV(B) 269.61º 0.38% 0.8% -
XYZ 34.46 27.95 61.34 -
YUV 148.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 166 128 205 0.19 0.38 0 0.20 269.61 0.44 0.65
Hex A6 80 CD 13 26 0 14 10E 2C 41
Octal 246 200 315 23 46 0 24 416 54 101
Binary 10100110 10000000 11001101 10011 100110 0 10100 100001110 101100 1000001

Color Harmonies of #A680CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680CD

Black with #A680CD

Text Example


Text Example

White with #A680CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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