Html Css Color HEX #A683CA Cold Purple

📋 copy color: '#A683CA'

red 166 ◦ green 131 ◦ blue 202

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

Shades of Cold Purple #A683CA

Tints of Cold Purple #A683CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 33.27%
G = 26.25%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A683CA (or 0xA683CA) is known color: Cold Purple. HEX triplet: A6, 83 and CA. RGB value is (166,131,202). Sum of RGB (Red+Green+Blue) = 166+131+202=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A683CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683CA is #597C35. Grayscale: #959595. Windows color (decimal): -5864502 or 13271974. OLE color: 13271974.

HSL color Cylindrical-coordinate representation of color #A683CA: hue angle of 269.58º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A683CA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 131 202 -
CMYK 0.18 0.35 0 0.21
HSL 269.58º 0.4% 0.65% -
HSV(B) 269.58º 0.35% 0.79% -
XYZ 34.5 28.6 59.58 -
YUV 149.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 166 131 202 0.18 0.35 0 0.21 269.58 0.4 0.65
Hex A6 83 CA 12 23 0 15 10E 28 41
Octal 246 203 312 22 43 0 25 416 50 101
Binary 10100110 10000011 11001010 10010 100011 0 10101 100001110 101000 1000001

Color Harmonies of #A683CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683CA

Black with #A683CA

Text Example


Text Example

White with #A683CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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