Html Css Color HEX #A081CA Cold Purple

📋 copy color: '#A081CA'

red 160 ◦ green 129 ◦ blue 202

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

Shades of Cold Purple #A081CA

Tints of Cold Purple #A081CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 32.59%
G = 26.27%
B = 41.14%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A081CA (or 0xA081CA) is known color: Cold Purple. HEX triplet: A0, 81 and CA. RGB value is (160,129,202). Sum of RGB (Red+Green+Blue) = 160+129+202=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A081CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081CA is #5F7E35. Grayscale: #929292. Windows color (decimal): -6258230 or 13271456. OLE color: 13271456.

HSL color Cylindrical-coordinate representation of color #A081CA: hue angle of 265.48º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A081CA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 129 202 -
CMYK 0.21 0.36 0 0.21
HSL 265.48º 0.41% 0.65% -
HSV(B) 265.48º 0.36% 0.79% -
XYZ 33.01 27.44 59.43 -
YUV 146.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 160 129 202 0.21 0.36 0 0.21 265.48 0.41 0.65
Hex A0 81 CA 15 24 0 15 109 29 41
Octal 240 201 312 25 44 0 25 411 51 101
Binary 10100000 10000001 11001010 10101 100100 0 10101 100001001 101001 1000001

Color Harmonies of #A081CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081CA

Black with #A081CA

Text Example


Text Example

White with #A081CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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