Html Css Color HEX #A182C8 Cold Purple

📋 copy color: '#A182C8'

red 161 ◦ green 130 ◦ blue 200

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

Shades of Cold Purple #A182C8

Tints of Cold Purple #A182C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 32.79%
G = 26.48%
B = 40.73%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A182C8 (or 0xA182C8) is known color: Cold Purple. HEX triplet: A1, 82 and C8. RGB value is (161,130,200). Sum of RGB (Red+Green+Blue) = 161+130+200=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #A182C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182C8 is #5E7D37. Grayscale: #939393. Windows color (decimal): -6192440 or 13140641. OLE color: 13140641.

HSL color Cylindrical-coordinate representation of color #A182C8: hue angle of 266.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A182C8 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 130 200 -
CMYK 0.19 0.35 0 0.22
HSL 266.57º 0.39% 0.65% -
HSV(B) 266.57º 0.35% 0.78% -
XYZ 33.11 27.71 58.25 -
YUV 147.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 161 130 200 0.19 0.35 0 0.22 266.57 0.39 0.65
Hex A1 82 C8 13 23 0 16 10B 27 41
Octal 241 202 310 23 43 0 26 413 47 101
Binary 10100001 10000010 11001000 10011 100011 0 10110 100001011 100111 1000001

Color Harmonies of #A182C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182C8

Black with #A182C8

Text Example


Text Example

White with #A182C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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