Html Css Color HEX #A682CC Cold Purple

📋 copy color: '#A682CC'

red 166 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #A682CC

Tints of Cold Purple #A682CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 33.2%
G = 26%
B = 40.8%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A682CC (or 0xA682CC) is known color: Cold Purple. HEX triplet: A6, 82 and CC. RGB value is (166,130,204). Sum of RGB (Red+Green+Blue) = 166+130+204=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A682CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CC is #597D33. Grayscale: #949494. Windows color (decimal): -5864756 or 13402790. OLE color: 13402790.

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

Color convert

RGB 166 130 204 -
CMYK 0.19 0.36 0 0.2
HSL 269.19º 0.42% 0.65% -
HSV(B) 269.19º 0.36% 0.8% -
XYZ 34.61 28.43 60.79 -
YUV 149.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 166 130 204 0.19 0.36 0 0.2 269.19 0.42 0.65
Hex A6 82 CC 13 24 0 14 10D 2A 41
Octal 246 202 314 23 44 0 24 415 52 101
Binary 10100110 10000010 11001100 10011 100100 0 10100 100001101 101010 1000001

Color Harmonies of #A682CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682CC

Black with #A682CC

Text Example


Text Example

White with #A682CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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