Html Css Color HEX #A284CE Cold Purple

📋 copy color: '#A284CE'

red 162 ◦ green 132 ◦ blue 206

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

Shades of Cold Purple #A284CE

Tints of Cold Purple #A284CE

RGB

 RED value IS 162 (63.67% from 255) = 32.4%

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 32.4%
G = 26.4%
B = 41.2%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A284CE (or 0xA284CE) is known color: Cold Purple. HEX triplet: A2, 84 and CE. RGB value is (162,132,206). Sum of RGB (Red+Green+Blue) = 162+132+206=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 132 (51.95% from 255 or 26.4% 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 #A284CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284CE is #5D7B31. Grayscale: #959595. Windows color (decimal): -6126386 or 13534370. OLE color: 13534370.

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

Color convert

RGB 162 132 206 -
CMYK 0.21 0.36 0 0.19
HSL 264.32º 0.43% 0.66% -
HSV(B) 264.32º 0.36% 0.81% -
XYZ 34.29 28.64 62.11 -
YUV 149.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 162 132 206 0.21 0.36 0 0.19 264.32 0.43 0.66
Hex A2 84 CE 15 24 0 13 108 2B 42
Octal 242 204 316 25 44 0 23 410 53 102
Binary 10100010 10000100 11001110 10101 100100 0 10011 100001000 101011 1000010

Color Harmonies of #A284CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284CE

Black with #A284CE

Text Example


Text Example

White with #A284CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284CE; }

 p { color: rgb(162,132,206); }

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

background-color css

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

 a { background-color: rgb(162,132,206); }

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

border-color css

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

 span { border-color: rgb(162,132,206); }

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