Html Css Color HEX #A182CD Cold Purple

📋 copy color: '#A182CD'

red 161 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #A182CD

Tints of Cold Purple #A182CD

RGB

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

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

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

R = 32.46%
G = 26.21%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A182CD (or 0xA182CD) is known color: Cold Purple. HEX triplet: A1, 82 and CD. RGB value is (161,130,205). Sum of RGB (Red+Green+Blue) = 161+130+205=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A182CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CD is #5E7D32. Grayscale: #939393. Windows color (decimal): -6192435 or 13468321. OLE color: 13468321.

HSL color Cylindrical-coordinate representation of color #A182CD: hue angle of 264.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 #A182CD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 130 205 -
CMYK 0.21 0.37 0 0.20
HSL 264.8º 0.43% 0.66% -
HSV(B) 264.8º 0.37% 0.8% -
XYZ 33.7 27.95 61.38 -
YUV 147.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 161 130 205 0.21 0.37 0 0.20 264.8 0.43 0.66
Hex A1 82 CD 15 25 0 14 109 2B 42
Octal 241 202 315 25 45 0 24 411 53 102
Binary 10100001 10000010 11001101 10101 100101 0 10100 100001001 101011 1000010

Color Harmonies of #A182CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182CD

Black with #A182CD

Text Example


Text Example

White with #A182CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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