Html Css Color HEX #A383D0 Cold Purple

📋 copy color: '#A383D0'

red 163 ◦ green 131 ◦ blue 208

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

Shades of Cold Purple #A383D0

Tints of Cold Purple #A383D0

RGB

 RED value IS 163 (64.06% from 255) = 32.47%

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

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

R = 32.47%
G = 26.1%
B = 41.43%

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

#A383D0 (or 0xA383D0) is known color: Cold Purple. HEX triplet: A3, 83 and D0. RGB value is (163,131,208). Sum of RGB (Red+Green+Blue) = 163+131+208=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #A383D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383D0 is #5C7C2F. Grayscale: #959595. Windows color (decimal): -6061104 or 13665187. OLE color: 13665187.

HSL color Cylindrical-coordinate representation of color #A383D0: hue angle of 264.94º 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 #A383D0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 131 208 -
CMYK 0.22 0.37 0 0.18
HSL 264.94º 0.45% 0.66% -
HSV(B) 264.94º 0.37% 0.82% -
XYZ 34.61 28.57 63.37 -
YUV 149.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 163 131 208 0.22 0.37 0 0.18 264.94 0.45 0.66
Hex A3 83 D0 16 25 0 12 109 2D 42
Octal 243 203 320 26 45 0 22 411 55 102
Binary 10100011 10000011 11010000 10110 100101 0 10010 100001001 101101 1000010

Color Harmonies of #A383D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A383D0

Black with #A383D0

Text Example


Text Example

White with #A383D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A383D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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