Html Css Color HEX #A682CF Cold Purple

📋 copy color: '#A682CF'

red 166 ◦ green 130 ◦ blue 207

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

Shades of Cold Purple #A682CF

Tints of Cold Purple #A682CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

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

R = 33%
G = 25.84%
B = 41.15%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A682CF (or 0xA682CF) is known color: Cold Purple. HEX triplet: A6, 82 and CF. RGB value is (166,130,207). Sum of RGB (Red+Green+Blue) = 166+130+207=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A682CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CF is #597D30. Grayscale: #959595. Windows color (decimal): -5864753 or 13599398. OLE color: 13599398.

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

Color convert

RGB 166 130 207 -
CMYK 0.20 0.37 0 0.19
HSL 268.05º 0.45% 0.66% -
HSV(B) 268.05º 0.37% 0.81% -
XYZ 34.97 28.58 62.7 -
YUV 149.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 166 130 207 0.20 0.37 0 0.19 268.05 0.45 0.66
Hex A6 82 CF 14 25 0 13 10C 2D 42
Octal 246 202 317 24 45 0 23 414 55 102
Binary 10100110 10000010 11001111 10100 100101 0 10011 100001100 101101 1000010

Color Harmonies of #A682CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682CF

Black with #A682CF

Text Example


Text Example

White with #A682CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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