Html Css Color HEX #A680CF Cold Purple

📋 copy color: '#A680CF'

red 166 ◦ green 128 ◦ blue 207

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

Shades of Cold Purple #A680CF

Tints of Cold Purple #A680CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 33.13%
G = 25.55%
B = 41.32%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A680CF (or 0xA680CF) is known color: Cold Purple. HEX triplet: A6, 80 and CF. RGB value is (166,128,207). Sum of RGB (Red+Green+Blue) = 166+128+207=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A680CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680CF is #597F30. Grayscale: #949494. Windows color (decimal): -5865265 or 13598886. OLE color: 13598886.

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

Color convert

RGB 166 128 207 -
CMYK 0.20 0.38 0 0.19
HSL 268.86º 0.45% 0.66% -
HSV(B) 268.86º 0.38% 0.81% -
XYZ 34.71 28.05 62.62 -
YUV 148.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 166 128 207 0.20 0.38 0 0.19 268.86 0.45 0.66
Hex A6 80 CF 14 26 0 13 10D 2D 42
Octal 246 200 317 24 46 0 23 415 55 102
Binary 10100110 10000000 11001111 10100 100110 0 10011 100001101 101101 1000010

Color Harmonies of #A680CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680CF

Black with #A680CF

Text Example


Text Example

White with #A680CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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