Html Css Color HEX #A283D0 Cold Purple

📋 copy color: '#A283D0'

red 162 ◦ green 131 ◦ blue 208

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

Shades of Cold Purple #A283D0

Tints of Cold Purple #A283D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 32.34%
G = 26.15%
B = 41.52%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A283D0 (or 0xA283D0) is known color: Cold Purple. HEX triplet: A2, 83 and D0. RGB value is (162,131,208). Sum of RGB (Red+Green+Blue) = 162+131+208=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #A283D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283D0 is #5D7C2F. Grayscale: #949494. Windows color (decimal): -6126640 or 13665186. OLE color: 13665186.

HSL color Cylindrical-coordinate representation of color #A283D0: hue angle of 264.16º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A283D0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 131 208 -
CMYK 0.22 0.37 0 0.18
HSL 264.16º 0.45% 0.66% -
HSV(B) 264.16º 0.37% 0.82% -
XYZ 34.4 28.47 63.36 -
YUV 149.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 162 131 208 0.22 0.37 0 0.18 264.16 0.45 0.66
Hex A2 83 D0 16 25 0 12 108 2D 42
Octal 242 203 320 26 45 0 22 410 55 102
Binary 10100010 10000011 11010000 10110 100101 0 10010 100001000 101101 1000010

Color Harmonies of #A283D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283D0

Black with #A283D0

Text Example


Text Example

White with #A283D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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