Html Css Color HEX #A481CA Cold Purple

📋 copy color: '#A481CA'

red 164 ◦ green 129 ◦ blue 202

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

Shades of Cold Purple #A481CA

Tints of Cold Purple #A481CA

RGB

 RED value IS 164 (64.45% from 255) = 33.13%

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

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

R = 33.13%
G = 26.06%
B = 40.81%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A481CA (or 0xA481CA) is known color: Cold Purple. HEX triplet: A4, 81 and CA. RGB value is (164,129,202). Sum of RGB (Red+Green+Blue) = 164+129+202=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A481CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CA is #5B7E35. Grayscale: #939393. Windows color (decimal): -5996086 or 13271460. OLE color: 13271460.

HSL color Cylindrical-coordinate representation of color #A481CA: hue angle of 268.77º 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 #A481CA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 129 202 -
CMYK 0.19 0.36 0 0.21
HSL 268.77º 0.41% 0.65% -
HSV(B) 268.77º 0.36% 0.79% -
XYZ 33.82 27.86 59.47 -
YUV 147.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 164 129 202 0.19 0.36 0 0.21 268.77 0.41 0.65
Hex A4 81 CA 13 24 0 15 10D 29 41
Octal 244 201 312 23 44 0 25 415 51 101
Binary 10100100 10000001 11001010 10011 100100 0 10101 100001101 101001 1000001

Color Harmonies of #A481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481CA

Black with #A481CA

Text Example


Text Example

White with #A481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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