Html Css Color HEX #A283C0 Cold Purple

📋 copy color: '#A283C0'

red 162 ◦ green 131 ◦ blue 192

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

Shades of Cold Purple #A283C0

Tints of Cold Purple #A283C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 33.4%
G = 27.01%
B = 39.59%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A283C0 (or 0xA283C0) is known color: Cold Purple. HEX triplet: A2, 83 and C0. RGB value is (162,131,192). Sum of RGB (Red+Green+Blue) = 162+131+192=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #A283C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283C0 is #5D7C3F. Grayscale: #939393. Windows color (decimal): -6126656 or 12616610. OLE color: 12616610.

HSL color Cylindrical-coordinate representation of color #A283C0: hue angle of 270.49º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A283C0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 131 192 -
CMYK 0.16 0.32 0 0.25
HSL 270.49º 0.33% 0.63% -
HSV(B) 270.49º 0.32% 0.75% -
XYZ 32.53 27.72 53.51 -
YUV 147.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 162 131 192 0.16 0.32 0 0.25 270.49 0.33 0.63
Hex A2 83 C0 10 20 0 19 10E 21 3F
Octal 242 203 300 20 40 0 31 416 41 77
Binary 10100010 10000011 11000000 10000 100000 0 11001 100001110 100001 111111

Color Harmonies of #A283C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283C0

Black with #A283C0

Text Example


Text Example

White with #A283C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283C0; }

 p { color: rgb(162,131,192); }

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

background-color css

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

 a { background-color: rgb(162,131,192); }

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

border-color css

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

 span { border-color: rgb(162,131,192); }

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