Html Css Color HEX #A081C5 Cold Purple

📋 copy color: '#A081C5'

red 160 ◦ green 129 ◦ blue 197

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

Shades of Cold Purple #A081C5

Tints of Cold Purple #A081C5

RGB

 RED value IS 160 (62.89% from 255) = 32.92%

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 32.92%
G = 26.54%
B = 40.53%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A081C5 (or 0xA081C5) is known color: Cold Purple. HEX triplet: A0, 81 and C5. RGB value is (160,129,197). Sum of RGB (Red+Green+Blue) = 160+129+197=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #A081C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081C5 is #5F7E3A. Grayscale: #919191. Windows color (decimal): -6258235 or 12943776. OLE color: 12943776.

HSL color Cylindrical-coordinate representation of color #A081C5: hue angle of 267.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A081C5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 129 197 -
CMYK 0.19 0.35 0 0.23
HSL 267.35º 0.37% 0.64% -
HSV(B) 267.35º 0.35% 0.77% -
XYZ 32.43 27.21 56.37 -
YUV 146.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 160 129 197 0.19 0.35 0 0.23 267.35 0.37 0.64
Hex A0 81 C5 13 23 0 17 10B 25 40
Octal 240 201 305 23 43 0 27 413 45 100
Binary 10100000 10000001 11000101 10011 100011 0 10111 100001011 100101 1000000

Color Harmonies of #A081C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081C5

Black with #A081C5

Text Example


Text Example

White with #A081C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081C5; }

 p { color: rgb(160,129,197); }

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

background-color css

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

 a { background-color: rgb(160,129,197); }

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

border-color css

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

 span { border-color: rgb(160,129,197); }

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