Html Css Color HEX #A683CE Cold Purple

📋 copy color: '#A683CE'

red 166 ◦ green 131 ◦ blue 206

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

Shades of Cold Purple #A683CE

Tints of Cold Purple #A683CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

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

R = 33%
G = 26.04%
B = 40.95%

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

#A683CE (or 0xA683CE) is known color: Cold Purple. HEX triplet: A6, 83 and CE. RGB value is (166,131,206). Sum of RGB (Red+Green+Blue) = 166+131+206=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A683CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683CE is #597C31. Grayscale: #959595. Windows color (decimal): -5864498 or 13534118. OLE color: 13534118.

HSL color Cylindrical-coordinate representation of color #A683CE: hue angle of 268º 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 #A683CE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 131 206 -
CMYK 0.19 0.36 0 0.19
HSL 268º 0.43% 0.66% -
HSV(B) 268º 0.36% 0.81% -
XYZ 34.98 28.8 62.11 -
YUV 150.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 166 131 206 0.19 0.36 0 0.19 268 0.43 0.66
Hex A6 83 CE 13 24 0 13 10C 2B 42
Octal 246 203 316 23 44 0 23 414 53 102
Binary 10100110 10000011 11001110 10011 100100 0 10011 100001100 101011 1000010

Color Harmonies of #A683CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683CE

Black with #A683CE

Text Example


Text Example

White with #A683CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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