Html Css Color HEX #A283D5 Cold Purple

📋 copy color: '#A283D5'

red 162 ◦ green 131 ◦ blue 213

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

Shades of Cold Purple #A283D5

Tints of Cold Purple #A283D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 32.02%
G = 25.89%
B = 42.09%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A283D5 (or 0xA283D5) is known color: Cold Purple. HEX triplet: A2, 83 and D5. RGB value is (162,131,213). Sum of RGB (Red+Green+Blue) = 162+131+213=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A283D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283D5 is #5D7C2A. Grayscale: #959595. Windows color (decimal): -6126635 or 13992866. OLE color: 13992866.

HSL color Cylindrical-coordinate representation of color #A283D5: hue angle of 262.68º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A283D5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 131 213 -
CMYK 0.24 0.38 0 0.16
HSL 262.68º 0.49% 0.67% -
HSV(B) 262.68º 0.38% 0.84% -
XYZ 35.03 28.72 66.65 -
YUV 149.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 162 131 213 0.24 0.38 0 0.16 262.68 0.49 0.67
Hex A2 83 D5 18 26 0 10 107 31 43
Octal 242 203 325 30 46 0 20 407 61 103
Binary 10100010 10000011 11010101 11000 100110 0 10000 100000111 110001 1000011

Color Harmonies of #A283D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283D5

Black with #A283D5

Text Example


Text Example

White with #A283D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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