Html Css Color HEX #A682CB Cold Purple

📋 copy color: '#A682CB'

red 166 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #A682CB

Tints of Cold Purple #A682CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 33.27%
G = 26.05%
B = 40.68%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A682CB (or 0xA682CB) is known color: Cold Purple. HEX triplet: A6, 82 and CB. RGB value is (166,130,203). Sum of RGB (Red+Green+Blue) = 166+130+203=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A682CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CB is #597D34. Grayscale: #949494. Windows color (decimal): -5864757 or 13337254. OLE color: 13337254.

HSL color Cylindrical-coordinate representation of color #A682CB: hue angle of 269.59º degrees, saturation: 0.41, 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 #A682CB is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 130 203 -
CMYK 0.18 0.36 0 0.20
HSL 269.59º 0.41% 0.65% -
HSV(B) 269.59º 0.36% 0.8% -
XYZ 34.49 28.38 60.16 -
YUV 149.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 166 130 203 0.18 0.36 0 0.20 269.59 0.41 0.65
Hex A6 82 CB 12 24 0 14 10E 29 41
Octal 246 202 313 22 44 0 24 416 51 101
Binary 10100110 10000010 11001011 10010 100100 0 10100 100001110 101001 1000001

Color Harmonies of #A682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682CB

Black with #A682CB

Text Example


Text Example

White with #A682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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