Html Css Color HEX #A481CE Cold Purple

📋 copy color: '#A481CE'

red 164 ◦ green 129 ◦ blue 206

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

Shades of Cold Purple #A481CE

Tints of Cold Purple #A481CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 32.87%
G = 25.85%
B = 41.28%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A481CE (or 0xA481CE) is known color: Cold Purple. HEX triplet: A4, 81 and CE. RGB value is (164,129,206). Sum of RGB (Red+Green+Blue) = 164+129+206=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #A481CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CE is #5B7E31. Grayscale: #939393. Windows color (decimal): -5996082 or 13533604. OLE color: 13533604.

HSL color Cylindrical-coordinate representation of color #A481CE: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A481CE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 129 206 -
CMYK 0.20 0.37 0 0.19
HSL 267.27º 0.44% 0.66% -
HSV(B) 267.27º 0.37% 0.81% -
XYZ 34.3 28.05 62 -
YUV 148.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 164 129 206 0.20 0.37 0 0.19 267.27 0.44 0.66
Hex A4 81 CE 14 25 0 13 10B 2C 42
Octal 244 201 316 24 45 0 23 413 54 102
Binary 10100100 10000001 11001110 10100 100101 0 10011 100001011 101100 1000010

Color Harmonies of #A481CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481CE

Black with #A481CE

Text Example


Text Example

White with #A481CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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