Html Css Color HEX #A682CD Cold Purple

📋 copy color: '#A682CD'

red 166 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #A682CD

Tints of Cold Purple #A682CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 33.13%
G = 25.95%
B = 40.92%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A682CD (or 0xA682CD) is known color: Cold Purple. HEX triplet: A6, 82 and CD. RGB value is (166,130,205). Sum of RGB (Red+Green+Blue) = 166+130+205=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A682CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CD is #597D32. Grayscale: #959595. Windows color (decimal): -5864755 or 13468326. OLE color: 13468326.

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

Color convert

RGB 166 130 205 -
CMYK 0.19 0.37 0 0.20
HSL 268.8º 0.43% 0.66% -
HSV(B) 268.8º 0.37% 0.8% -
XYZ 34.73 28.48 61.42 -
YUV 149.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 166 130 205 0.19 0.37 0 0.20 268.8 0.43 0.66
Hex A6 82 CD 13 25 0 14 10D 2B 42
Octal 246 202 315 23 45 0 24 415 53 102
Binary 10100110 10000010 11001101 10011 100101 0 10100 100001101 101011 1000010

Color Harmonies of #A682CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682CD

Black with #A682CD

Text Example


Text Example

White with #A682CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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