Html Css Color HEX #A180C8 Cold Purple

📋 copy color: '#A180C8'

red 161 ◦ green 128 ◦ blue 200

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

Shades of Cold Purple #A180C8

Tints of Cold Purple #A180C8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.18%

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

R = 32.92%
G = 26.18%
B = 40.9%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A180C8 (or 0xA180C8) is known color: Cold Purple. HEX triplet: A1, 80 and C8. RGB value is (161,128,200). Sum of RGB (Red+Green+Blue) = 161+128+200=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #A180C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180C8 is #5E7F37. Grayscale: #919191. Windows color (decimal): -6192952 or 13140129. OLE color: 13140129.

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

Color convert

RGB 161 128 200 -
CMYK 0.19 0.36 0 0.22
HSL 267.5º 0.4% 0.64% -
HSV(B) 267.5º 0.36% 0.78% -
XYZ 32.84 27.19 58.16 -
YUV 146.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 161 128 200 0.19 0.36 0 0.22 267.5 0.4 0.64
Hex A1 80 C8 13 24 0 16 10C 28 40
Octal 241 200 310 23 44 0 26 414 50 100
Binary 10100001 10000000 11001000 10011 100100 0 10110 100001100 101000 1000000

Color Harmonies of #A180C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180C8

Black with #A180C8

Text Example


Text Example

White with #A180C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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