Html Css Color HEX #A483CE Cold Purple

📋 copy color: '#A483CE'

red 164 ◦ green 131 ◦ blue 206

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

Shades of Cold Purple #A483CE

Tints of Cold Purple #A483CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.15%

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

R = 32.73%
G = 26.15%
B = 41.12%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A483CE (or 0xA483CE) is known color: Cold Purple. HEX triplet: A4, 83 and CE. RGB value is (164,131,206). Sum of RGB (Red+Green+Blue) = 164+131+206=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A483CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CE is #5B7C31. Grayscale: #959595. Windows color (decimal): -5995570 or 13534116. OLE color: 13534116.

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

Color convert

RGB 164 131 206 -
CMYK 0.20 0.36 0 0.19
HSL 266.4º 0.43% 0.66% -
HSV(B) 266.4º 0.36% 0.81% -
XYZ 34.57 28.58 62.09 -
YUV 149.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 164 131 206 0.20 0.36 0 0.19 266.4 0.43 0.66
Hex A4 83 CE 14 24 0 13 10A 2B 42
Octal 244 203 316 24 44 0 23 412 53 102
Binary 10100100 10000011 11001110 10100 100100 0 10011 100001010 101011 1000010

Color Harmonies of #A483CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483CE

Black with #A483CE

Text Example


Text Example

White with #A483CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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