Html Css Color HEX #A482CE Cold Purple

📋 copy color: '#A482CE'

red 164 ◦ green 130 ◦ blue 206

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

Shades of Cold Purple #A482CE

Tints of Cold Purple #A482CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 32.8%
G = 26%
B = 41.2%

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

#A482CE (or 0xA482CE) is known color: Cold Purple. HEX triplet: A4, 82 and CE. RGB value is (164,130,206). Sum of RGB (Red+Green+Blue) = 164+130+206=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A482CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CE is #5B7D31. Grayscale: #949494. Windows color (decimal): -5995826 or 13533860. OLE color: 13533860.

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

Color convert

RGB 164 130 206 -
CMYK 0.20 0.37 0 0.19
HSL 266.84º 0.44% 0.66% -
HSV(B) 266.84º 0.37% 0.81% -
XYZ 34.43 28.31 62.04 -
YUV 148.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 164 130 206 0.20 0.37 0 0.19 266.84 0.44 0.66
Hex A4 82 CE 14 25 0 13 10B 2C 42
Octal 244 202 316 24 45 0 23 413 54 102
Binary 10100100 10000010 11001110 10100 100101 0 10011 100001011 101100 1000010

Color Harmonies of #A482CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482CE

Black with #A482CE

Text Example


Text Example

White with #A482CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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