Html Css Color HEX #A481D5 Cold Purple

📋 copy color: '#A481D5'

red 164 ◦ green 129 ◦ blue 213

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

Shades of Cold Purple #A481D5

Tints of Cold Purple #A481D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 32.41%
G = 25.49%
B = 42.09%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A481D5 (or 0xA481D5) is known color: Cold Purple. HEX triplet: A4, 81 and D5. RGB value is (164,129,213). Sum of RGB (Red+Green+Blue) = 164+129+213=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A481D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481D5 is #5B7E2A. Grayscale: #949494. Windows color (decimal): -5996075 or 13992356. OLE color: 13992356.

HSL color Cylindrical-coordinate representation of color #A481D5: hue angle of 265º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A481D5 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 129 213 -
CMYK 0.23 0.39 0 0.16
HSL 265º 0.5% 0.67% -
HSV(B) 265º 0.39% 0.84% -
XYZ 35.17 28.4 66.58 -
YUV 149.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 164 129 213 0.23 0.39 0 0.16 265 0.5 0.67
Hex A4 81 D5 17 27 0 10 109 32 43
Octal 244 201 325 27 47 0 20 411 62 103
Binary 10100100 10000001 11010101 10111 100111 0 10000 100001001 110010 1000011

Color Harmonies of #A481D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481D5

Black with #A481D5

Text Example


Text Example

White with #A481D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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