Html Css Color HEX #A284C9 Cold Purple

📋 copy color: '#A284C9'

red 162 ◦ green 132 ◦ blue 201

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

Shades of Cold Purple #A284C9

Tints of Cold Purple #A284C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 32.73%
G = 26.67%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A284C9 (or 0xA284C9) is known color: Cold Purple. HEX triplet: A2, 84 and C9. RGB value is (162,132,201). Sum of RGB (Red+Green+Blue) = 162+132+201=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #A284C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284C9 is #5D7B36. Grayscale: #949494. Windows color (decimal): -6126391 or 13206690. OLE color: 13206690.

HSL color Cylindrical-coordinate representation of color #A284C9: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A284C9 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 132 201 -
CMYK 0.19 0.34 0 0.21
HSL 266.09º 0.39% 0.65% -
HSV(B) 266.09º 0.34% 0.79% -
XYZ 33.69 28.4 58.96 -
YUV 148.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 162 132 201 0.19 0.34 0 0.21 266.09 0.39 0.65
Hex A2 84 C9 13 22 0 15 10A 27 41
Octal 242 204 311 23 42 0 25 412 47 101
Binary 10100010 10000100 11001001 10011 100010 0 10101 100001010 100111 1000001

Color Harmonies of #A284C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284C9

Black with #A284C9

Text Example


Text Example

White with #A284C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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