Html Css Color HEX #A182CE Cold Purple

📋 copy color: '#A182CE'

red 161 ◦ green 130 ◦ blue 206

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

Shades of Cold Purple #A182CE

Tints of Cold Purple #A182CE

RGB

 RED value IS 161 (63.28% from 255) = 32.39%

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

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

R = 32.39%
G = 26.16%
B = 41.45%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A182CE (or 0xA182CE) is known color: Cold Purple. HEX triplet: A1, 82 and CE. RGB value is (161,130,206). Sum of RGB (Red+Green+Blue) = 161+130+206=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #A182CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CE is #5E7D31. Grayscale: #939393. Windows color (decimal): -6192434 or 13533857. OLE color: 13533857.

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

Color convert

RGB 161 130 206 -
CMYK 0.22 0.37 0 0.19
HSL 264.47º 0.44% 0.66% -
HSV(B) 264.47º 0.37% 0.81% -
XYZ 33.82 28 62.01 -
YUV 147.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 161 130 206 0.22 0.37 0 0.19 264.47 0.44 0.66
Hex A1 82 CE 16 25 0 13 108 2C 42
Octal 241 202 316 26 45 0 23 410 54 102
Binary 10100001 10000010 11001110 10110 100101 0 10011 100001000 101100 1000010

Color Harmonies of #A182CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182CE

Black with #A182CE

Text Example


Text Example

White with #A182CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182CE; }

 p { color: rgb(161,130,206); }

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

background-color css

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

 a { background-color: rgb(161,130,206); }

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

border-color css

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

 span { border-color: rgb(161,130,206); }

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